Explorar o código

Поправлен баг

Book Pauk %!s(int64=4) %!d(string=hai) anos
pai
achega
f4716d5a1e
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      client/components/Reader/Reader.vue

+ 3 - 3
client/components/Reader/Reader.vue

@@ -336,7 +336,7 @@ class Reader extends Vue {
 
 
                 let againMes = '';
                 let againMes = '';
                 if (this.isFirstNeedUpdateNotify) {
                 if (this.isFirstNeedUpdateNotify) {
-                    againMes = ' ЕЩЕ один раз';
+                    againMes = ' еще один раз';
                 }
                 }
 
 
                 if (this.version != this.clientVersion)
                 if (this.version != this.clientVersion)
@@ -345,9 +345,9 @@ class Reader extends Vue {
                 console.error(e);
                 console.error(e);
             } finally {
             } finally {
                 this.checkingNewVersion = false;
                 this.checkingNewVersion = false;
-            }
+            }        
+            this.isFirstNeedUpdateNotify = false;
         }
         }
-        this.isFirstNeedUpdateNotify = false;
     }
     }
 
 
     updateHeaderMinWidth() {
     updateHeaderMinWidth() {