From 0f030d885b735fa52536578d2cd269e3e9e39ffa Mon Sep 17 00:00:00 2001 From: Bernd Stellwag Date: Wed, 10 Oct 2018 21:22:52 +0200 Subject: [PATCH] Remove duplicate call to decodeURIComponent Signed-off-by: Bernd Stellwag --- core/js/files/client.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/js/files/client.js b/core/js/files/client.js index aa450df177..f3838dd359 100644 --- a/core/js/files/client.js +++ b/core/js/files/client.js @@ -281,8 +281,6 @@ path = path.substr(0, path.length - 1); } - path = decodeURIComponent(path); - if (response.propStat.length === 0 || response.propStat[0].status !== 'HTTP/1.1 200 OK') { return null; }