Ver Fonte

Fixed misbehaving auto-refresh

deadtom há 2 semanas atrás
pai
commit
e2f20a61d8
1 ficheiros alterados com 3 adições e 3 exclusões
  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>