summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js4
1 files changed, 2 insertions, 2 deletions
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()
{