summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/NVR.js2
-rwxr-xr-xwww/js/app.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js
index 482fcd7e..2ce30d9b 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.4.003";
+ var zmAppVersion = "1.4.004";
var isBackground = false;
var justResumed = false;
diff --git a/www/js/app.js b/www/js/app.js
index 45d8d02f..9f9898f7 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -2098,8 +2098,8 @@ angular.module('zmApp', [
if (arguments[0].timeout) options.timeout = arguments[0].timeout;
// console.log ("**** -->"+method+"<-- using native HTTP with:"+encodeURI(url)+" payload:"+JSON.stringify(options));
- nvr.debug ("cordova: got url "+url);
- nvr.debug ("cordova: url after encode "+encodeURI(url));
+ // nvr.debug ("cordova: got url "+url);
+ //nvr.debug ("cordova: url after encode "+encodeURI(url));
//cordova.plugin.http.sendRequest(encodeURI(url), options,
cordova.plugin.http.sendRequest(encodeURI(url), options,
function (succ) {