summaryrefslogtreecommitdiff
path: root/js/codeq.js
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 /js/codeq.js
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 'js/codeq.js')
-rw-r--r--js/codeq.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/codeq.js b/js/codeq.js
index ed59e4e..f54b46e 100644
--- a/js/codeq.js
+++ b/js/codeq.js
@@ -726,7 +726,8 @@ window.phandler = null; // TODO: this is for debug only
codeq.urlPrefix = '/svc/';
- $(document).ready(function () {
+// $(document).ready
+ var deprecated = (function () {
// var s = location.hash;
// if (s.length == 0) return; // empty hash
// if (s.charAt(0) == '#') s = s.substring(1);