summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-10-27 12:22:06 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-10-27 12:22:06 -0400
commitb028c07f199cf637f10961ac5cc90a7a2a37e41e (patch)
treefec9ebd769785aa4843b603c158f125ee582bbb3 /www/js/MontageCtrl.js
parente72b9527de8b64fc0f9aa0c8c1e6788543c12429 (diff)
if coming from monitors, don't hide events where IDs are hidden
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js2
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);
}