From b028c07f199cf637f10961ac5cc90a7a2a37e41e Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 27 Oct 2016 12:22:06 -0400 Subject: if coming from monitors, don't hide events where IDs are hidden --- www/js/MontageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MontageCtrl.js') 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); } -- cgit v1.2.3