diff options
author | Aleš Smodiš <aless@guru.si> | 2015-09-17 18:13:06 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-09-17 18:13:06 +0200 |
commit | acad5db74baf202e26cb2ba2e8f32c3d6ae0ef63 (patch) | |
tree | fbfcbffd8fcea5547ef63563f6445564d3ac2d75 /index.html | |
parent | f32e5966ab598d0a7cad20e74a8d9f29edb1bdf5 (diff) |
Refactored hint handling into a separate module.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |