summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-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 d4b6b601..cd6861a8 100644
--- a/www/js/LoginCtrl.js
+++ b/www/js/LoginCtrl.js
@@ -841,7 +841,7 @@ function mobilePinConfig () {
// possible image digits changed between servers
NVR.getKeyConfigParams(0);
- console.log ('In loginCtrl, token is '+$rootScope.authSession)
+ console.log ('In loginCtrl, token is '+$rootScope.authSession);
apiurl = $scope.loginData.apiurl + '/host/getVersion.json?'+$rootScope.authSession;
NVR.log("Validating APIs at " + apiurl);
@@ -886,7 +886,7 @@ function mobilePinConfig () {
if ($rootScope.userCancelledAuth) {
return;
}
-
+
NVR.displayBanner('error', [$translate.instant('kBannerAPICheckFailed'), $translate.instant('kBannerPleaseCheck')]);
NVR.log("API login error " + JSON.stringify(error));
diff --git a/www/js/NVR.js b/www/js/NVR.js
index 68d90ab8..d785683a 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -21,7 +21,7 @@ angular.module('zmApp.controllers')
DO NOT TOUCH zmAppVersion
It is changed by sync_version.sh
*/
- var zmAppVersion = "1.3.074";
+ var zmAppVersion = "1.3.075";
var isBackground = false;
var justResumed = false;
var timeSinceResumed = -1;