mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-10 09:24:49 +00:00
fix uppercase URLs
This commit is contained in:
parent
f046e72253
commit
2b5ebdef92
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ function getAbsoluteUrl(urlStr) {
|
|||
return '';
|
||||
}
|
||||
try {
|
||||
urlStr = urlStr.trim().toLowerCase();
|
||||
if (urlStr.length === 0) {
|
||||
return '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue