summaryrefslogtreecommitdiff
path: root/js/codeq/login.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/login.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/login.js')
-rw-r--r--js/codeq/login.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/login.js b/js/codeq/login.js
index e1daadf..ef67304 100644
--- a/js/codeq/login.js
+++ b/js/codeq/login.js
@@ -20,7 +20,7 @@
jqGroup = $('#problem_group'),
jqProblems = $('#problems'),
html = [],
- mapping = {}
+ mapping = {},
onGroupChange = function () {
var problems = mapping[jqGroup.val()],
html = [],