mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-14 03:09:46 +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 '';
|
return '';
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
urlStr = urlStr.trim().toLowerCase();
|
|
||||||
if (urlStr.length === 0) {
|
if (urlStr.length === 0) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue