From 2b6c3f1c0ec2e29d8ea9bfe326e4e6aa25a1a665 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 11 Jan 2019 16:22:47 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D1=83=20=D0=BD=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/LoaderPage/LoaderPage.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/components/Reader/LoaderPage/LoaderPage.vue b/client/components/Reader/LoaderPage/LoaderPage.vue index bf2b074d..a9b6aaaf 100644 --- a/client/components/Reader/LoaderPage/LoaderPage.vue +++ b/client/components/Reader/LoaderPage/LoaderPage.vue @@ -15,6 +15,7 @@
+ Комментарии Справка {{ version }}
@@ -64,6 +65,10 @@ class LoaderPage extends Vue { openHelp() { } + openComments() { + window.open('http://samlib.ru/comment/b/bookpauk/bookpauk_reader', '_blank'); + } + keyHook(event) { //недостатки сторонних ui if (document.activeElement == this.$refs.input.$refs.input && event.type == 'keyup' && event.key == 'Enter')