summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-03-18 16:31:55 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-03-18 16:31:55 -0400
commita032d9b8e20b56252f33f7ff0fdfc20f73ec5fba (patch)
tree8f5428a2fe57aea696b888af7d2365e88dde4a2d /www/js
parent20531fe95e1a326a076e2e6d39dc356cf1573822 (diff)
nits
Diffstat (limited to 'www/js')
-rw-r--r--www/js/LoginCtrl.js4
-rw-r--r--www/js/NVR.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js
index fef2c1ce..36eac47d 100644
--- a/www/js/LoginCtrl.js
+++ b/www/js/LoginCtrl.js
@@ -385,7 +385,7 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r
else {
mobilePinConfig();
}
- }
+ };
function desktopPinConfig() {
@@ -472,7 +472,7 @@ function mobilePinConfig () {
} else {
NVR.debug("Password disabled");
}
- };
+ }
//-------------------------------------------------------------------------------
// Makes input easier
diff --git a/www/js/NVR.js b/www/js/NVR.js
index b0330995..9b0e9f08 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.053";
+ var zmAppVersion = "1.3.055";
var isBackground = false;
var justResumed = false;
var timeSinceResumed = -1;