Merge pull request #11744 from burned42/fix_percent_sign_breaking_all_files_view

Remove duplicate call to decodeURIComponent
This commit is contained in:
Morris Jobke 2018-10-11 12:20:07 +02:00 committed by GitHub
commit fe45db6ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}