From 2ec1dd58a5391ed4d677d7ec5781a1c604b5fdd5 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 17 Oct 2019 13:49:24 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B0=20"=D0=A1?= =?UTF-8?q?=D1=82=D0=B0=D1=80=D0=B0=D1=8F=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8?= =?UTF-8?q?=D1=8F"?= 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 1bf6475c..673909de 100644 --- a/client/components/Reader/LoaderPage/LoaderPage.vue +++ b/client/components/Reader/LoaderPage/LoaderPage.vue @@ -31,6 +31,7 @@
Отзывы о читалке + Старая версия
@@ -137,6 +138,10 @@ class LoaderPage extends Vue { window.open('http://samlib.ru/comment/b/bookpauk/bookpauk_reader', '_blank'); } + openOldVersion() { + window.open('http://old.omnireader.ru', '_blank'); + } + keyHook(event) { if (this.pasteTextActive) { return this.$refs.pasteTextPage.keyHook(event);