summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-09-17 18:13:06 +0200
committerAleš Smodiš <aless@guru.si>2015-09-17 18:13:06 +0200
commitacad5db74baf202e26cb2ba2e8f32c3d6ae0ef63 (patch)
treefbfcbffd8fcea5547ef63563f6445564d3ac2d75 /index.html
parentf32e5966ab598d0a7cad20e74a8d9f29edb1bdf5 (diff)
Refactored hint handling into a separate module.
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 0f5105d..6f109f3 100644
--- a/index.html
+++ b/index.html
@@ -131,6 +131,7 @@
<script src="js/codeq.js"></script>
<script src="js/codeq/comms.js"></script>
<script src="js/codeq/console.js"></script>
+ <script src="js/codeq/hint.js"></script>
<script src="js/def_parser.js"></script>
<script src="js/prolog.js"></script>
<script src="js/python.js"></script>