From 9a05c6fe1e1cb728a63fee9716401c8c26bcd5a7 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 17 Apr 2020 15:20:32 -0400 Subject: don't urlencode in error case either --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js') 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; -- cgit v1.2.3