summaryrefslogtreecommitdiff
path: root/js/codeq/startup.js
diff options
context:
space:
mode:
authorRobert Zorko <robertz@gurucue.com>2015-09-16 17:57:10 +0200
committerRobert Zorko <robertz@gurucue.com>2015-09-16 17:57:10 +0200
commitd7d03438ad84376c516a7bd7b2ae28b746637c1c (patch)
tree161408c1f89b7c9688791fd9051c15de83d12f44 /js/codeq/startup.js
parent3a08bd2a99f73e72d14fb43a33b7483f2fa865b4 (diff)
Enabled the state machine and the UI improvments and removed some debug loging
Diffstat (limited to 'js/codeq/startup.js')
-rw-r--r--js/codeq/startup.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/codeq/startup.js b/js/codeq/startup.js
index 9a0473c..2f7df97 100644
--- a/js/codeq/startup.js
+++ b/js/codeq/startup.js
@@ -1,5 +1,5 @@
$(document).ready(function () {
- codeq.comms.connect().then(function () {
+ /*codeq.comms.connect().then(function () {
return codeq.comms.send({'action': 'list_problems'});
}).then(
function success(data) {
@@ -93,7 +93,7 @@ $(document).ready(function () {
$('#disabled').css('cursor', '');
alert('Request to obtain list of problems failed: ' + reason);
}
- ).done();
+ ).done();*/
- //codeq.globalStateMachine.transition('login');
+ codeq.globalStateMachine.transition('login');
}); \ No newline at end of file