userlist now provides buzzer info
This commit is contained in:
@@ -7,14 +7,6 @@
|
||||
<!-- <script src="https:/socket.io/socket.io.js"></script> -->
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
||||
// var socket = io();
|
||||
// const buzzerSound = new Audio('TheNumberEight.wav');
|
||||
// // const buzzerSound = new Audio('Cat.wav');
|
||||
// $("#buzzer").mousedown(function() {
|
||||
// buzzerSound.play();
|
||||
// socket.emit("buzzerPressed", userName);
|
||||
// });
|
||||
const okdesuka = new Audio('Okdesuka.wav');
|
||||
$("#userName").change(function() {
|
||||
okdesuka.play();
|
||||
|
||||
Reference in New Issue
Block a user