Merge pull request #11781 from burned42/stable14_fix_percent_sign_breaking_all_files_view

[stable14] Remove duplicate call to decodeURIComponent
This commit is contained in:
Roeland Jago Douma 2018-10-12 12:30:03 +02:00 committed by GitHub
commit 59d5d48e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,8 +280,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;
}