diff options
Diffstat (limited to 'js/codeq/startup.js')
-rw-r--r-- | js/codeq/startup.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 |