mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-09 17:04:39 +00:00
misc fixes for Google Play Books upload issue
This commit is contained in:
parent
e4f6940ecc
commit
5f01a960f1
3 changed files with 7 additions and 4 deletions
|
@ -167,7 +167,8 @@ function getAbsoluteUrl(urlStr) {
|
|||
} else if (urlStr.indexOf('http') !== 0) {
|
||||
absoluteUrl = currentUrl + '/' + urlStr;
|
||||
}
|
||||
absoluteUrl = absoluteUrl.replace(/&/ig, '&'); //TODO ?
|
||||
absoluteUrl = absoluteUrl.replace(/&/ig, '&');
|
||||
absoluteUrl = absoluteUrl.replace(/&/ig, '&');
|
||||
return absoluteUrl;
|
||||
} catch (e) {
|
||||
console.log('Error:', e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue