Explorar o código

add dots to the ftp file preload message

Avetisyan Karen %!s(int64=4) %!d(string=hai) anos
pai
achega
f948ac457a

BIN=BIN
web_interface/dist/wui-11/main.js


BIN=BIN
web_interface/dist/wui-11/settings.html


+ 5 - 1
web_interface/src/wui-11/main.js

@@ -1079,7 +1079,11 @@ function ftpDownloadState() {
       alert(this.responseText);
     } else if (parseInt(this.responseText) === 0) {
       $('wb1').style.display = 'block';
-      downloaded.innerHTML = 'Подготовка к загрузке файла ПО';
+      if ( downloaded.innerHTML.length > 33 ) {
+        downloaded.innerHTML = 'Подготовка к загрузке файла ПО';
+      } else {
+        downloaded.innerHTML += '.';
+      }
       setTimeout(ftpDownloadState, 200);
     } else {
       $('wb1').style.display = 'block';