Explorar el Código

Fixed misbehaving auto-refresh

deadtom hace 2 semanas
padre
commit
e2f20a61d8
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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>