mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-10 17:34:47 +00:00
misc
This commit is contained in:
parent
2ef1edad84
commit
5fc8683372
5 changed files with 46 additions and 322 deletions
|
@ -193,8 +193,8 @@ function getPageUrl(url) {
|
|||
return url.toLowerCase().replace(/\s+/g,'_').replace(/[^a-z0-9_]/g,'') + Math.floor(Math.random() * 10000) + '.xhtml';
|
||||
}
|
||||
|
||||
function getPageTitle(inp) { //TODO
|
||||
return inp;
|
||||
function getPageTitle(title) { //TODO
|
||||
return title;
|
||||
}
|
||||
|
||||
function getSelectedNodes() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue