Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $(document).click(function(e){
  2. $("#vidBack").hide();
  3. $(".mainer").show();
  4.  
  5. function stopTimer() {
  6. clearTimeout(timer);
  7. }
  8.  
  9. var timer = setTimeout(function(){
  10. $(".bury").hide();
  11. $(".mainer").hide();
  12. $("#meetSub").hide();
  13. $("#leaguesSub").hide();
  14. $("#memberSub").hide();
  15. $(".bury").hide();
  16. $("#welcomeSub").show();
  17. $("#vidBack").show();
  18. $("#vida").prop("volume", 0);
  19. }, 10000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement