Skip to content

Commit

Permalink
Merge pull request #11744 from burned42/fix_percent_sign_breaking_all…
Browse files Browse the repository at this point in the history
…_files_view

Remove duplicate call to decodeURIComponent
  • Loading branch information
MorrisJobke authored Oct 11, 2018
2 parents fa15c5e + 0f030d8 commit fe45db6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/js/files/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit fe45db6

Please sign in to comment.