summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-29 14:15:28 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-29 14:18:34 +0200
commitb2983855ea01fd04a8ba53099d2d5ee7ebed31f9 (patch)
treec516a2d30ebc954d9118922d5e7155016d32d06b /index.html
parent22cb497f9ed19548e30a4c86dd99aaa91fd4b344 (diff)
Add a statusbar to the editor widget
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 105fae4..7defa80 100644
--- a/index.html
+++ b/index.html
@@ -378,6 +378,7 @@
<!-- CodeMirror stuff -->
<script src="js/codemirror/codemirror.js"></script>
<script src="js/codemirror/matchbrackets.js"></script>
+ <script src="js/codemirror/panel.js"></script>
<script src="js/codemirror/prolog.js"></script>
<script src="js/codemirror/python.js"></script>
<script src="js/codemirror/show-hint.js"></script>
@@ -388,6 +389,7 @@
<script src="js/codeq/navigation.js"></script>
<script src="js/codeq/comms.js"></script>
<script src="js/codeq/console.js"></script>
+ <script src="js/codeq/editor.js"></script>
<script src="js/codeq/hint.js"></script>
<script src="js/codeq/prolog.js"></script>
<script src="js/codeq/python.js"></script>