mirror of
https://github.com/JonasunderscoreJones/BingoGenerator.git
synced 2025-10-22 22:09:18 +02:00
fixed bingo alert being run after css animation
This commit is contained in:
parent
1210a90ae9
commit
3a40e225c0
1 changed files with 3 additions and 1 deletions
|
@ -158,7 +158,9 @@ Bingo Item 25`;
|
|||
running_bingo = true;
|
||||
addGameLockCookie();
|
||||
if (checkBingo()) {
|
||||
alert('Bingo!');
|
||||
setTimeout(() => {
|
||||
alert('Bingo!');
|
||||
}, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue