diff options
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index d17d16c1..4c157eda 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -240,6 +240,7 @@ angular.module('zmApp', [ $state.go($state.current, {}, { reload: true }); + zmAutoLogin.stop(); //safety zmAutoLogin.start(); }, false); @@ -265,7 +266,7 @@ angular.module('zmApp', [ // lets POST so we get a session ID right hre - console.log ("Setting up POST LOGIN timer"); + //console.log ("Setting up POST LOGIN timer"); zmAutoLogin.start(); }) //run |
