added a little wait message on emotion and culprit choosing page
This commit is contained in:
parent
7c16615c79
commit
019a4f9bc1
@ -281,8 +281,9 @@ function renderAnswerSelectionPanel() {
|
||||
|
||||
button.appendChild(document.createTextNode("Couplable"));
|
||||
|
||||
button.addEventListener("click", () => {
|
||||
button.addEventListener("click", (event) => {
|
||||
disableCulpritButtons(culpritChoices, suspect);
|
||||
event.target.textContent = "attente des autres joueurs...";
|
||||
sendAnswers();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user