diff options
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 8a76b646..dca60ce3 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -459,7 +459,7 @@ angular.module('zmApp.controllers') // Now also ask DataModel to update its monitor display status NVRDataModel.reloadMonitorDisplayStatus(); - }); + },20); } |
