summaryrefslogtreecommitdiff
path: root/www/js/NVR.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-06-16 08:56:53 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-06-16 08:56:53 -0400
commitc5708748958019fa4d0fa3b6355ef4444fb6ab14 (patch)
tree9519ae66281d9b19c86a61c2837cefb9404e2635 /www/js/NVR.js
parent3e490ce2fc43a962565ff17f1987d67c7795e911 (diff)
nits
Diffstat (limited to 'www/js/NVR.js')
-rw-r--r--www/js/NVR.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js
index 86b1224f..7239c72a 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -20,7 +20,7 @@ angular.module('zmApp.controllers')
DO NOT TOUCH zmAppVersion
It is changed by sync_version.sh
*/
- var zmAppVersion = "1.3.061";
+ var zmAppVersion = "1.3.062";
var isBackground = false;
var justResumed = false;
var timeSinceResumed = -1;
@@ -123,6 +123,7 @@ angular.module('zmApp.controllers')
'eventServerInterval': '', // list of intervals for all monitors
'refreshSec': '2', // timer value for frame change in sec
'refreshSecLowBW': 8,
+ 'liveFPS':'',
'enableLogs': true,
'enableDebug': true, // if enabled with log messages with "debug"
'usePin': false,
@@ -1228,6 +1229,12 @@ angular.module('zmApp.controllers')
}
+ if (typeof loginData.liveFPS == 'undefined') {
+
+ loginData.liveFPS = '';
+
+ }
+
if (typeof loginData.disableAlarmCheckMontage == 'undefined') {
loginData.disableAlarmCheckMontage = false;