Turned buzzer sounds off for players by default

This commit is contained in:
Samuel Kent
2023-10-05 19:04:59 +11:00
parent 3824c3181c
commit 56f0a2b948
5 changed files with 21 additions and 14 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Thanks for pledging Star of Providence! :)</title>
<title>Submit Kuru Kuru Kururin to the chase ty</title>
<link rel="stylesheet" href="styleMain.css">
<script src="browserFunctions.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
@@ -23,7 +23,7 @@
});
socket.on("buzzInfoToClient", (buzzInfo) => {
buzzInfoToClient(buzzInfo);
buzzInfoToClient(buzzInfo, true);
});
socket.on("idkListToClient", (idkList) => {
@@ -31,7 +31,7 @@
});
socket.on("passToClient", (teamName) => {
passToClient(teamName);
passToClient(teamName, true);
});
$("#plus0").click(function() {