summaryrefslogtreecommitdiff
path: root/www/js/NVR.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/NVR.js')
-rw-r--r--www/js/NVR.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js
index 481d8512..82b7ac66 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -191,6 +191,7 @@ angular.module('zmApp.controllers')
'saveToCloud': true,
'montageReviewCollapse': true,
'objectDetectionFilter': false,
+ 'enableEventRefresh': true,
};
@@ -1507,6 +1508,12 @@ angular.module('zmApp.controllers')
}
+ if (typeof loginData.enableEventRefresh == 'undefined') {
+
+ loginData.enableEventRefresh = true;
+
+ }
+
loginData.canSwipeMonitors = true;
loginData.forceImageModePath = false;