This commit is contained in:
alexadam 2016-08-17 14:05:02 +03:00
parent 2ef1edad84
commit 5fc8683372
5 changed files with 46 additions and 322 deletions

View file

@ -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() {