aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-10 16:25:01 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-10 16:25:01 +0000
commit2f5c1d2b2f75026003e40187bffa0da3de52df26 (patch)
treea5c85d96e8cfe1c50334ada3a8dcd7639504610a /index.html
parent377efef8c6a4134a2f1f796f1f04d586256986e3 (diff)
downloadsql-plus-plus-2f5c1d2b2f75026003e40187bffa0da3de52df26.tar.xz
sql-plus-plus-2f5c1d2b2f75026003e40187bffa0da3de52df26.zip
Perform query execution on separate thread
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index a58d8e0..a458211 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,7 @@
<div id="editor" class="editor-row split-row"></div>
<div class="results-row split-row">
- <table id="result-table" class="table stripe compact order-column" width="100%"></table>
+ <table id="result-table" class="table stripe compact order-column cell-border" width="100%"></table>
<div id="result-error"></div>
</div>
</div>
@@ -32,7 +32,7 @@
</div>
</div>
<script>
- require("./renderer.js");
+ require("./renderer.js");
</script>
</body>
</html> \ No newline at end of file