diff --git a/client/components/Reader/LibsPage/LibsPage.vue b/client/components/Reader/LibsPage/LibsPage.vue
index 16352849..2a1f2102 100644
--- a/client/components/Reader/LibsPage/LibsPage.vue
+++ b/client/components/Reader/LibsPage/LibsPage.vue
@@ -32,9 +32,6 @@ class LibsPage {
}
init() {
- if (this.mode != 'liberama.top')
- return;
-
this.childReady = false;
const subdomain = (window.location.protocol != 'http:' ? 'b.' : '');
this.origin = `http://${subdomain}${window.location.host}`;
diff --git a/client/components/Reader/LoaderPage/LoaderPage.vue b/client/components/Reader/LoaderPage/LoaderPage.vue
index 1c8b9f13..7451dfab 100644
--- a/client/components/Reader/LoaderPage/LoaderPage.vue
+++ b/client/components/Reader/LoaderPage/LoaderPage.vue
@@ -55,7 +55,6 @@
- Найти книгу
Справка
Помочь проекту
@@ -64,18 +63,6 @@
-
-
@@ -103,7 +90,6 @@ class LoaderPage {
bookUrl = null;
loadPercent = 0;
pasteTextActive = false;
- findBookVisible = false;
created() {
this.commit = this.$store.commit;
@@ -193,10 +179,6 @@ class LoaderPage {
this.$emit('do-action', {action: 'donate'});
}
- findBook() {
- this.findBookVisible = true;
- }
-
openComments() {
window.open('http://samlib.ru/comment/b/bookpauk/bookpauk_reader', '_blank');
}
@@ -213,9 +195,6 @@ class LoaderPage {
}
keyHook(event) {
- if (this.$refs.dialog1.active)
- return true;
-
if (this.pasteTextActive) {
return this.$refs.pasteTextPage.keyHook(event);
}
diff --git a/client/components/Reader/Reader.vue b/client/components/Reader/Reader.vue
index b0002f9a..c5346559 100644
--- a/client/components/Reader/Reader.vue
+++ b/client/components/Reader/Reader.vue
@@ -93,7 +93,7 @@
{{ rstore.readerActions['contents'] }}
-