🎩😽 Checkpoint

./public/style.css:530995/181
./views/room.handlebars:530995/703
./room.js:530995/49
This commit is contained in:
Glitch (hello-express)
2020-04-09 15:49:52 +00:00
parent 970897a2f0
commit c0487b4a49
3 changed files with 7 additions and 5 deletions

View File

@@ -47,7 +47,7 @@
alert(`[error] ${error.message}`);
};
document.getElementById('buzzer').addEventListener('click', function() {
document.getElementById('buzzer').addEventListener('touchstart', function() {
socket.send(JSON.stringify({
type: "buzz"
}));