Merge pull request #11744 from burned42/fix_percent_sign_breaking_all_files_view
Remove duplicate call to decodeURIComponent
This commit is contained in:
commit
fe45db6ae2
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue