瀏覽代碼

Fixed misbehaving auto-refresh

deadtom 2 周之前
父節點
當前提交
e2f20a61d8
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      ownchatbot/templates/queue.html

+ 3 - 3
ownchatbot/templates/queue.html

@@ -5,9 +5,9 @@
     <link rel="icon" type="image/x-icon" href="/static/img/favicon.ico">
     <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
     <script>
-        function refreshPage() {
-            window.location.reload();
-        }
+      function refreshPage() {
+          window.location.reload();
+      }
     </script>
 </head>
     <script src="/static/userpanel.js"></script>