fix uppercase URLs

This commit is contained in:
alexadam 2016-09-16 11:36:09 +03:00
parent f046e72253
commit 2b5ebdef92

View file

@ -86,7 +86,6 @@ function getAbsoluteUrl(urlStr) {
return '';
}
try {
urlStr = urlStr.trim().toLowerCase();
if (urlStr.length === 0) {
return '';
}