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'; }