diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-08-12 11:43:07 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-08-12 11:43:07 -0400 |
| commit | f11b5e9416d808ce92480c164dce389e233609df (patch) | |
| tree | 66251ee4b16970d5bc991c55263d65eb49ab1ef6 /www/js | |
| parent | 5a81200bd99bd176a303d5ee05359d304fa499b8 (diff) | |
test
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/LoginCtrl.js | 4 | ||||
| -rw-r--r-- | www/js/NVR.js | 2 |
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; |
