@@ -401,7 +401,7 @@ class ExternalLibs extends Vue {
}
addBookmark() {
- this.bookmarkLink = '';
+ this.bookmarkLink = (this.bookUrl ? this.makeProxySubst(this.addProtocol(this.bookUrl), true) : '');
this.bookmarkDesc = '';
this.addBookmarkVisible = true;
this.$nextTick(() => {
@@ -32,7 +32,7 @@ class LibsPage extends Vue {
init() {
if (this.mode != 'liberama.top')
return;
-
+
this.childReady = false;
const subdomain = (window.location.protocol != 'http:' ? 'b.' : '');
this.origin = `http://${subdomain}${window.location.host}`;