From 544413f2d6de83e085d4489a1b9ccbaac3fa192d Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 26 Jun 2015 13:43:17 -0400 Subject: I am now reading the PTZ DB to figure out the right "move" command for the cameras --- www/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/app.js') 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 -- cgit v1.2.3