Skip to content

Commit

Permalink
time out func update
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-hrr-harry committed Mar 30, 2023
1 parent 587cbc1 commit 8d80ef2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ function setFinalRes(){

win=1;

// setTimeout(function(){
// winGif.remove();
// }, 10000);
// return;
setTimeout(function(){
winGif.remove();
}, 10000);
return;
}

0 comments on commit 8d80ef2

Please sign in to comment.