Compare commits

...

2 Commits

Author SHA1 Message Date
d5c4dc004c fix bug 2024-08-08 20:30:22 +02:00
265e29d2cf fx bugs 2024-08-08 20:29:02 +02:00

View File

@@ -83,6 +83,7 @@
function selectBoat(e)
{
connection.send(clientId + ';ctrl;', e.target.id.split('boat')[1]);
console.log('ctrl:', e.target.id.split('boat')[1]);
stickEl.style.display = 'block';
boatListEl.style.display = 'none';