From 9e75e05583b9ae07e86438c63bcc2dc22be05fea Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Thu, 15 Oct 2015 11:19:25 +0200 Subject: AAI login is moved to its own screen and js file --- js/codeq/navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/codeq/navigation.js') diff --git a/js/codeq/navigation.js b/js/codeq/navigation.js index 9b7a8f7..5dbbf1e 100644 --- a/js/codeq/navigation.js +++ b/js/codeq/navigation.js @@ -71,7 +71,7 @@ }, 'actualTransition': function (name) { //check if we are logged in - if we aren't we will always transition to the login state - if(!codeq.comms.getSid() && name !== "signup"){//we can of course enter the signup state even if not logged in + if(!codeq.comms.getSid() && name !== "signup" && name !== "aailogin"){//we can of course enter the signup/aailogin state even if not logged in name = 'login';//this will cause the following code to transition to the login state instead of the original one given } -- cgit v1.2.1