This commit is contained in:
Mawoka
2022-11-20 19:05:42 +01:00
parent a457392753
commit dc6ccb926f
3 changed files with 17 additions and 10 deletions
+3
View File
@@ -51,6 +51,9 @@
timer_res = seconds.toString();
}, 1000);
};
socket.on('everyone_answered', (data) => {
timer_res = '0';
});
timer(question.time);