ソースを参照

Increased countdown time

Avetisyan Karen 7 年 前
コミット
46e1060a39
2 ファイル変更1 行追加1 行削除
  1. BIN
      web_interface/dist/wui/main.js
  2. 1 1
      web_interface/src/wui/main.js

BIN
web_interface/dist/wui/main.js


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

@@ -285,7 +285,7 @@ function timesetType(el) {
 }
 
 function countdown(rel) {
-  var countDown = 5;
+  var countDown = 10;
   setInterval(function () {
     if (countDown == 1 && rel === true) {
       location.reload(true);