🏯😋 Checkpoint

./public/style.css:530995/476
./room.js:530995/87
./views/audience.handlebars:530995/130
./characters.json:530995/8449
This commit is contained in:
Glitch (hello-express)
2020-04-09 16:01:44 +00:00
parent c0487b4a49
commit 28cd79972b
4 changed files with 30 additions and 3 deletions

View File

@@ -36,6 +36,8 @@
let buzzed = document.getElementById(`p-${msg.participant.participantId}`);
buzzed.classList.add('buzzed');
setTimeout(() => buzzed.classList.remove('buzzed'), 5000)
} else if (msg.type === "new_participant") {
window.location = window.location;
}
};