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.js13
1 files changed, 10 insertions, 3 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js
index c9991d80..41cb3118 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -124,7 +124,8 @@ angular.module('zmApp.controllers')
'eventServerInterval': '', // list of intervals for all monitors
'refreshSec': '2', // timer value for frame change in sec
'refreshSecLowBW': 8,
- 'liveFPS':'',
+ 'singleliveFPS':'',
+ 'montageliveFPS':'',
'enableLogs': true,
'enableDebug': true, // if enabled with log messages with "debug"
'usePin': false,
@@ -1243,9 +1244,15 @@ angular.module('zmApp.controllers')
}
- if (typeof loginData.liveFPS == 'undefined') {
+ if (typeof loginData.singleliveFPS == 'undefined') {
- loginData.liveFPS = '';
+ loginData.singleliveFPS = '';
+
+ }
+
+ if (typeof loginData.montageliveFPS == 'undefined') {
+
+ loginData.montageLiveFPS = '';
}