marek 1 tháng trước cách đây
mục cha
commit
a21e51b2cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      templates/sk/index.eta

+ 1 - 1
templates/sk/index.eta

@@ -77,7 +77,7 @@
 </div>
 </div>
 
 
 <script defer>
 <script defer>
-    setInterval(() => {
+    setInterval(async () => {
         const response = await fetch('/currentData')
         const response = await fetch('/currentData')
         const data = await response.json()
         const data = await response.json()