Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if(timerHours <= 0 && timerMinutes <= 0 && timerSeconds < 0){
  2. clearInterval(countTimer);
  3. }
  4. }
  5. defaultTimer();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement