소스 검색

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>