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 22: | Line 22: | ||
}); | }); | ||
$('#Go').click(function() { | $('#Go').click(function() { | ||
countdownTimer.play(); | countdownTimer.play(true); | ||
}); | }); | ||
function pad(number, length) { | function pad(number, length) { |