Added mystery buzzer

This commit is contained in:
Samuel Kent
2022-12-28 16:32:41 +11:00
parent ed1e492bb4
commit 6b3507cd18
4 changed files with 14 additions and 9 deletions
+1 -2
View File
@@ -44,8 +44,7 @@
});
$("#buzzerOptions").contents().mousedown(function() {
buzzerSound = new Audio($(this).attr("id")+".wav");
buzzerSound.play();
buzzerSound = selectBuzzer($(this).attr("id"));
});
});
</script>