From 950b67f5017802b129d80352708205dfe63080eb Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 13 Apr 2018 15:36:29 -0400 Subject: #606 cleanups during monitor move --- www/js/MontageCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/MontageCtrl.js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 6a466740..d224c4fc 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -1239,7 +1239,7 @@ angular.module('zmApp.controllers') { loadAlarmStatus(); // console.log ("Refreshing Image..."); - }.bind(this), 5000); + }.bind(this), zm.alarmStatusTime * 1000); intervalHandleMontageCycle = $interval(function() { @@ -1946,7 +1946,7 @@ angular.module('zmApp.controllers') { loadAlarmStatus(); // console.log ("Refreshing Image..."); - }.bind(this), 5000); + }.bind(this), zm.alarmStatusTime * 1000); intervalHandleReloadPage = $interval(function() { -- cgit v1.2.3