bächste runde knopf verschwidnet für alle
parent
ff6611fd0a
commit
88c1547d59
|
|
@ -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 = `
|
||||
|
|
|
|||
Loading…
Reference in New Issue