From f11b5e9416d808ce92480c164dce389e233609df Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 12 Aug 2019 11:43:07 -0400 Subject: test --- README.md | 1 + config.xml | 2 +- package.json | 4 ++-- www/js/LoginCtrl.js | 4 ++-- www/js/NVR.js | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d239c6dc..9ed049d9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + [![Donate with Bitcoin](https://en.cryptobadges.io/badge/micro/32YBHDAnnDUWwjsscJQQ1Z92UWJgpsDF86)](https://en.cryptobadges.io/donate/32YBHDAnnDUWwjsscJQQ1Z92UWJgpsDF86) [![Donate with Ethereum](https://en.cryptobadges.io/badge/micro/0x86A5cB50158EFDbd1eCDa872290A7B58857B267a)](https://en.cryptobadges.io/donate/0x86A5cB50158EFDbd1eCDa872290A7B58857B267a) [![Donate with Bountysource](https://img.shields.io/badge/Donate-BountySource-brightgreen.svg)](https://www.bountysource.com/teams/zmninja/) diff --git a/config.xml b/config.xml index 385a5f68..5b68627f 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja High performance ZoneMinder client diff --git a/package.json b/package.json index 36f7119e..7a8cc3e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version":"1.3.074", + "version": "1.3.075", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -192,4 +192,4 @@ ] } } -} +} \ No newline at end of file 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; -- cgit v1.2.3