From a5b1d61951519c61da9750795612014b97310d3b Mon Sep 17 00:00:00 2001 From: seppdroid Date: Tue, 16 Sep 2025 19:50:06 +0000 Subject: [PATCH] Update Frontend-WEB/world.seppjm.com/3js/world.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I had asked the LLM to “koppel” the buttons hook the functions, and ask for advice as i wasn’t sure yet if i wanted to “inject” the buttons with JS or keep them static with HTML. LLM didn’t come with information but just a solution that i copied and pasted. Weird comment. But i think you understand that after 3 days i just wanted a working prototype --- Frontend-WEB/world.seppjm.com/3js/world.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend-WEB/world.seppjm.com/3js/world.js b/Frontend-WEB/world.seppjm.com/3js/world.js index 92ace8a..b50a536 100644 --- a/Frontend-WEB/world.seppjm.com/3js/world.js +++ b/Frontend-WEB/world.seppjm.com/3js/world.js @@ -594,7 +594,7 @@ function startPlay(){ addEventListener("keyup",(e)=> keys.delete(e.code)); } -/* join hooks — match your exact buttons and href */ +/* join hooks */ (function hookJoin(){ const candidates=[ '#join-btn', '#spectate-btn',