Buzzing in now retracts your idk vote. Also added some new buzzers by request

This commit is contained in:
Samuel Kent
2023-12-13 19:22:37 +11:00
parent 00dc19952a
commit fb3327628f
16 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ function passToClient(teamName, soundOn) {
let objectionSound = new Audio("AAObjection.wav");
function objectionToClient(userName) {
objectionSound.play();
// objectionSound.play();
$("#objection").html("<img src='AAObjection.gif?"+Math.random()+"'><br>"+userName+" is objecting!<br>");
}