Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pakelcomedy committed Dec 11, 2024
1 parent 07dff2c commit 8f929d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function animateSlots() {
});

// Check the result after all columns have finished their animation
setTimeout(checkResult, delay + 2000); // Check results after the final animation completes
setTimeout(checkResult, delay + 3000); // Check results after the final animation completes
});
}

Expand Down

0 comments on commit 8f929d3

Please sign in to comment.