diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-28 21:09:00 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-28 21:09:00 -0400 |
| commit | 5283b2cf9e97baced8928d97a0c86c28ffbe6d1a (patch) | |
| tree | 73144450b01626ef9fb188cbf71768a2a4a60ea6 | |
| parent | 0988d8af744d37f3c85db30dfbdcd303929a07c3 (diff) | |
fix NVR
| -rw-r--r-- | config.xml | 6 | ||||
| -rw-r--r-- | package.json | 8 | ||||
| -rw-r--r-- | www/js/NVR.js | 2 |
3 files changed, 8 insertions, 8 deletions
@@ -172,10 +172,10 @@ <plugin name="cordova-plugin-photo-library" spec="https://github.com/nilebma/cordova-plugin-photo-library.git"> <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value=" " /> </plugin> - <plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git"> - <variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" /> - </plugin> <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" /> <engine name="android" spec="7.1.4" /> <engine name="ios" spec="5.0.0" /> + <plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git"> + <variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" /> + </plugin> </widget> diff --git a/package.json b/package.json index b10dd386..d1b8c715 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version":"1.3.057", + "version": "1.3.057", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -56,10 +56,10 @@ "cordova-plugin-photo-library": { "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums " }, + "cordova-plugin-media-pp-fork": {}, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" - }, - "cordova-plugin-media-pp-fork": {} + } } }, "dependencies": { @@ -185,4 +185,4 @@ ] } } -} +}
\ No newline at end of file diff --git a/www/js/NVR.js b/www/js/NVR.js index 1b5b9da8..1e7e534b 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -541,7 +541,7 @@ angular.module('zmApp.controllers') //console.log("******************* API login error " + JSON.stringify(err)); $ionicLoading.hide(); //if (err && err.data && 'success' in err.data) { - NVR.log("API based login not supported, need to use web scraping..."+JSON.stringify(err)); + log("API based login not supported, need to use web scraping..."+JSON.stringify(err)); // login using old web scraping loginData.loginAPISupported = false; |
