From 18a575e02816622706f740e9938515869b58a375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Mon, 14 Sep 2015 14:52:30 +0200 Subject: Reimplemented communication with the server. * Using engine.io to use web sockets or long polling. * Changed to a single-page app. --- js/codeq.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/codeq.js') 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); -- cgit v1.2.1