Browse Source

fixing

master
azri 4 months ago
parent
commit
9121512f61
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      resources/js/app.js

+ 1
- 1
resources/js/app.js View File

39
 
39
 
40
     setTimeout(()=>{
40
     setTimeout(()=>{
41
         eventCountdown();
41
         eventCountdown();
42
-    },2000)
42
+    },4000)
43
 
43
 
44
 });
44
 });
45
 
45
 

Loading…
Cancel
Save