summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 9c745a9a..a8041b1f 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -2100,7 +2100,8 @@ angular.module('zmApp', [
// 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,
+ cordova.plugin.http.sendRequest(url, options,
function (succ) {
// automatic JSON parse if no responseType: text
// fall back to text if JSON parse fails too