From f6466bd4d3bb6788c92d90a605df7418c2aeb7e6 Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Wed, 16 Sep 2015 17:49:25 +0200 Subject: basis for the state machine and some UI improvements (currently disabled) --- js/codeq/startup.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/codeq/startup.js') diff --git a/js/codeq/startup.js b/js/codeq/startup.js index 980d3d7..9a0473c 100644 --- a/js/codeq/startup.js +++ b/js/codeq/startup.js @@ -94,4 +94,6 @@ $(document).ready(function () { alert('Request to obtain list of problems failed: ' + reason); } ).done(); + + //codeq.globalStateMachine.transition('login'); }); \ No newline at end of file -- cgit v1.2.1