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 /www/js/NVR.js | |
| parent | 0988d8af744d37f3c85db30dfbdcd303929a07c3 (diff) | |
fix NVR
Diffstat (limited to 'www/js/NVR.js')
| -rw-r--r-- | www/js/NVR.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
