diff options
author | Aleš Smodiš <aless@guru.si> | 2015-09-15 12:29:12 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-09-15 12:29:12 +0200 |
commit | 39fa66c8602bad9278d6683b35e0be6cc1ab92cc (patch) | |
tree | c66b74a946f51527fc051f33c102ea1affdbe5d4 /index.html | |
parent | 43b3578dd8bf93cbfca7f5203175ac6dda6ec412 (diff) |
Remove the old code: old communication, separate prolog and python pages.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,6 +127,7 @@ <script src="js/codemirror/codemirror.js"></script> <script src="js/codemirror/matchbrackets.js"></script> <script src="js/codemirror/prolog.js"></script> + <script src="js/codemirror/python.js"></script> <script src="js/codemirror/show-hint.js"></script> <!-- codeq app --> <script src="js/codeq.js"></script> |