🏯😋 Checkpoint
./public/style.css:530995/476 ./room.js:530995/87 ./views/audience.handlebars:530995/130 ./characters.json:530995/8449
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user