summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index a8041b1f..ee04948f 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -2160,7 +2160,7 @@ angular.module('zmApp', [
options.skipIntercept = true;
// nvr.debug ("cordova: intercept got url "+url);
//nvr.debug ("cordova: intercept url after encode "+encodeURI(url));
- cordova.plugin.http.sendRequest(encodeURI(url), options,
+ cordova.plugin.http.sendRequest(url, options,
function (succ) {
d.resolve(succ);
return d.promise;