From 88c1547d599f336fd9d150e8aea3612d66527b70 Mon Sep 17 00:00:00 2001 From: eric <3024947@stud.hs-mannheim.de> Date: Thu, 14 Aug 2025 20:32:48 +0200 Subject: [PATCH] =?UTF-8?q?b=C3=A4chste=20runde=20knopf=20verschwidnet=20f?= =?UTF-8?q?=C3=BCr=20alle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/public/js/game.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/public/js/game.js b/src/main/resources/public/js/game.js index cd7dc40..ca207b4 100644 --- a/src/main/resources/public/js/game.js +++ b/src/main/resources/public/js/game.js @@ -166,6 +166,11 @@ async function handleRoundStart({ ownerOptions, songUri, trackInfos }) { li.textContent = `${user}: 0 Punkte`; scoreboard.appendChild(li); }); + const nextBtn = document.getElementById("nextRound"); + if (nextBtn) { + nextBtn.hidden = true; + nextBtn.disabled = true; + } // Song einbetten const trackId = songUri.split(":")[2]; songEmbed.innerHTML = `