From 457058859d65f8a8ecf77c68565c18d63f626ce9 Mon Sep 17 00:00:00 2001 From: FReenen Date: Thu, 8 Aug 2024 20:26:50 +0200 Subject: [PATCH] fix bugs --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7e1e9ff..6fee275 100644 --- a/index.html +++ b/index.html @@ -83,7 +83,7 @@ function selectBoat(e) { - console.log('selectBoat:', e.target.id.split('boat')[1]); + console.log('ctrl:', e.target.id.split('boat')[1]); stickEl.style.display = 'block'; boatListEl.style.display = 'none'; }