From 50ee781e9c01def669fb7a38d145d544b50c37ad Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 12 Apr 2019 08:27:06 -0400 Subject: #806 allow viewing events for caught up montage, auto expand sidebar option on load --- www/js/NVR.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www/js/NVR.js') diff --git a/www/js/NVR.js b/www/js/NVR.js index a2e518ba..0153bd79 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -193,7 +193,8 @@ angular.module('zmApp.controllers') 'objectDetectionFilter': false, 'enableEventRefresh': true, 'lastEventCheckTimes':{}, - 'enableMontageOverlays': true + 'enableMontageOverlays': true, + 'showMontageSidebars': false @@ -1051,6 +1052,11 @@ angular.module('zmApp.controllers') } + if (typeof loginData.showMontageSidebars == 'undefined') { + loginData.showMontageSidebars = false; + + } + loginData.canSwipeMonitors = true; loginData.forceImageModePath = false; loginData.enableBlog = true; -- cgit v1.2.3