Compare commits

...

2 Commits

Author SHA1 Message Date
1b24417acb fix typo 2024-08-12 21:25:16 +02:00
baf3f3c0f8 fix client connection 2024-08-12 21:23:56 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@
conn.send(passEl.value + ";lock;" + boat['id']);
}
fucntion getBoatLog(e)
function getBoatLog(e)
{
alert("loggy log");
}

View File

@@ -120,7 +120,7 @@
connection.send(data);
}
connect();
</script>
<script>
var canvas, ctx;