This commit is contained in:
2026-05-10 15:17:56 +02:00
parent 518fde8a1a
commit 24caffa8a9
+1 -1
View File
@@ -365,7 +365,7 @@
function poll() { if (ws && ws.readyState === WebSocket.OPEN) ws.send(POLL_MSG); } function poll() { if (ws && ws.readyState === WebSocket.OPEN) ws.send(POLL_MSG); }
connect(); connect();
animLoop(); drawScope();
</script> </script>
</body> </body>
</html> </html>