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); }
connect();
animLoop();
drawScope();
</script>
</body>
</html>