Bug Fixes

- fixed no return to lobby after round abort
pull/23/head
Julius 6 years ago
parent a919d14646
commit 87d527ee78

@ -702,7 +702,7 @@ function initSocketEvents(data) {
}); });
socket.on('statusChange', (status, winner) => { socket.on('statusChange', (status, winner) => {
if (status === 'FINISHED') { if (status === 'FINISHED' && winner) {
if (document.querySelector('#container-bingo-round')) if (document.querySelector('#container-bingo-round'))
displayWinner(winner); displayWinner(winner);
} else { } else {

Loading…
Cancel
Save