diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-13 15:36:29 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-13 15:36:29 -0400 |
| commit | 950b67f5017802b129d80352708205dfe63080eb (patch) | |
| tree | 1140e15b122c08e6b1837be0cc8e58fb08cd9047 /www/js/MontageCtrl.js | |
| parent | fb8c8806586ed3142298e4b85e6b1794735f182a (diff) | |
#606 cleanups during monitor move
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 4 |
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() { |
