From 8f929d34d62934f20bf9add8273a4ad2d6fa0c2b Mon Sep 17 00:00:00 2001 From: Cursed Pakel Date: Wed, 11 Dec 2024 13:30:59 +0700 Subject: [PATCH] Update scripts.js --- assets/js/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/scripts.js b/assets/js/scripts.js index 346481f..96569b2 100644 --- a/assets/js/scripts.js +++ b/assets/js/scripts.js @@ -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 }); }