summaryrefslogtreecommitdiff
path: root/js/codeq/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/core.js')
-rw-r--r--js/codeq/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/core.js b/js/codeq/core.js
index 441c257..1685dd7 100644
--- a/js/codeq/core.js
+++ b/js/codeq/core.js
@@ -385,8 +385,8 @@
codeq.availableLangs.push(key);
}
+ codeq.fire('init'); // tell any interested modules that we are not initialized, perhaps they want to initialize too
codeq.setLang(lang || 'en'); // initial language setting
-
// go to login
codeq.globalStateMachine.transition('login');
});