Widget:Timer: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
if(countdownCurrent < 0) {countdownCurrent=0;} | if(countdownCurrent < 0) {countdownCurrent=0;} | ||
} | } | ||
}, 70); | }, 70, true); | ||
countdownTimer.play(); | countdownTimer.play(); | ||
alert("init"); | alert("init"); |