summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-26 13:43:17 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-26 13:43:17 -0400
commit544413f2d6de83e085d4489a1b9ccbaac3fa192d (patch)
treecd6a3d0ae439109adbe09de2fa524aaaa76c77e2 /www/js/app.js
parent0e83a778b541591ef468d7ebda1493a000a545e5 (diff)
I am now reading the PTZ DB to figure out the right "move" command for the cameras
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js3
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