Repository: ambari Updated Branches: refs/heads/trunk 6c2447d0e -> aa3b00d9c
AMBARI-5101 After page refresh wizard popup doesn't appear. (Denys Buzhor via atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/aa3b00d9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/aa3b00d9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/aa3b00d9 Branch: refs/heads/trunk Commit: aa3b00d9c629301db4cae739ed177ba24a2d9b71 Parents: 6c2447d Author: atkach <[email protected]> Authored: Mon Mar 17 14:11:41 2014 +0200 Committer: atkach <[email protected]> Committed: Mon Mar 17 14:11:53 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/aa3b00d9/ambari-web/app/router.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/router.js b/ambari-web/app/router.js index 0332673..3a1fbd5 100644 --- a/ambari-web/app/router.js +++ b/ambari-web/app/router.js @@ -85,7 +85,7 @@ App.Router = Em.Router.extend({ return currentStep; }, - loggedIn: false, + loggedIn: App.db.getAuthenticated(), loginName: function() { return this.getLoginName();
