Jelajahi Sumber

Increased countdown time

Avetisyan Karen 7 tahun lalu
induk
melakukan
46e1060a39
2 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. TEMPAT SAMPAH
      web_interface/dist/wui/main.js
  2. 1 1
      web_interface/src/wui/main.js

TEMPAT SAMPAH
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);