Поправки редиректа при заданном url
This commit is contained in:
@@ -59,7 +59,7 @@ class CommonHelpPage {
|
||||
}
|
||||
|
||||
get bookmarkText() {
|
||||
return `javascript:location.href='https://${window.location.host}/?url='+location.href;`
|
||||
return `javascript:location.href='${window.location.protocol}//${window.location.host}/#/reader?url='+location.href;`
|
||||
}
|
||||
|
||||
async copyText(text, mes) {
|
||||
|
||||
Reference in New Issue
Block a user