Parcourir la source

Добавлена ссылка "Старая версия"

Book Pauk il y a 5 ans
Parent
commit
2ec1dd58a5
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      client/components/Reader/LoaderPage/LoaderPage.vue

+ 5 - 0
client/components/Reader/LoaderPage/LoaderPage.vue

@@ -31,6 +31,7 @@
             </div>
             </div>
             <div class="space"></div>
             <div class="space"></div>
             <span v-if="mode == 'omnireader'" class="bottom-span clickable" @click="openComments">Отзывы о читалке</span>
             <span v-if="mode == 'omnireader'" class="bottom-span clickable" @click="openComments">Отзывы о читалке</span>
+            <span v-if="mode == 'omnireader'" class="bottom-span clickable" @click="openOldVersion">Старая версия</span>
         </div>
         </div>
 
 
         <div class="part bottom">
         <div class="part bottom">
@@ -137,6 +138,10 @@ class LoaderPage extends Vue {
         window.open('http://samlib.ru/comment/b/bookpauk/bookpauk_reader', '_blank');
         window.open('http://samlib.ru/comment/b/bookpauk/bookpauk_reader', '_blank');
     }
     }
 
 
+    openOldVersion() {
+        window.open('http://old.omnireader.ru', '_blank');
+    }
+
     keyHook(event) {
     keyHook(event) {
         if (this.pasteTextActive) {
         if (this.pasteTextActive) {
             return this.$refs.pasteTextPage.keyHook(event);
             return this.$refs.pasteTextPage.keyHook(event);