did a little cleanup

This commit is contained in:
Samuel Kent
2023-01-10 18:50:56 +11:00
parent c8db4aef17
commit 42307049d9
6 changed files with 1 additions and 27 deletions
-2
View File
@@ -21,8 +21,6 @@ function buzzInfoToClient(buzzInfo) {
if ($("#firstBuzz").html() == "") {
$("#firstBuzz").html(buzzInfo[0].userName);
const userId = buzzInfo[0].userName.replaceAll(" ","_");
// $("#userListPanel").find("#"+userId).css("font-weight", 900);
// $("#userListPanel").find("#"+userId).find("var").html(" (BUZZ)");
let buzzerId = $("#userListPanel").find("#"+userId).find("img").attr("data-buzzerId")
let buzzerSound = new Audio(buzzerId+".wav");
buzzerSound.play();