summaryrefslogtreecommitdiff
path: root/prolog.html
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-09-14 14:52:30 +0200
committerAleš Smodiš <aless@guru.si>2015-09-14 14:52:30 +0200
commit18a575e02816622706f740e9938515869b58a375 (patch)
tree0b3522830859896d389c6c44090085c27081a437 /prolog.html
parent517fb5cec0dab7672cd6ce97fe72906f09125435 (diff)
Reimplemented communication with the server.
* Using engine.io to use web sockets or long polling. * Changed to a single-page app.
Diffstat (limited to 'prolog.html')
-rw-r--r--prolog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/prolog.html b/prolog.html
index c3e80b2..4d07eb7 100644
--- a/prolog.html
+++ b/prolog.html
@@ -81,6 +81,7 @@
<!-- jQuery stuff -->
<script src="js/jquery/jquery-1.11.3.js"></script>
+ <script src="js/engine.io.js"></script>
<script src="js/jquery/jquery.terminal-0.8.8.js"></script>
<!--script src="js/jquery/jquery.console.js"></script>
<!-- Q promise library -->