diff options
author | Bernd Stellwag <burned@zerties.org> | 2018-10-10 21:22:52 +0200 |
---|---|---|
committer | Bernd Stellwag <burned@zerties.org> | 2018-10-11 08:00:28 +0200 |
commit | 0f030d885b735fa52536578d2cd269e3e9e39ffa (patch) | |
tree | ba78da0259af148cec3665de638db00be5119dd0 /core/js/files/client.js | |
parent | 2a690db5538aee4f6c282e154841c69090e7d587 (diff) | |
download | nextcloud-server-0f030d885b735fa52536578d2cd269e3e9e39ffa.tar.gz nextcloud-server-0f030d885b735fa52536578d2cd269e3e9e39ffa.zip |
Remove duplicate call to decodeURIComponent
Signed-off-by: Bernd Stellwag <burned@zerties.org>
Diffstat (limited to 'core/js/files/client.js')
-rw-r--r-- | core/js/files/client.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/js/files/client.js b/core/js/files/client.js index aa450df1773..f3838dd359a 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; } |