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 |
||
(4 intermediate revisions by the same user not shown) | |||
Line 19: | Line 19: | ||
} | } | ||
}, 70, true); | }, 70, true); | ||
}); | }); | ||
$('#Go').click(function() { | $('#Go').click(function() { | ||
countdownTimer.toggle(); | |||
}); | }); | ||
function pad(number, length) { | function pad(number, length) { | ||
Line 29: | Line 29: | ||
return str; | return str; | ||
} | } | ||
}); | |||
</script> | </script> | ||
<span class='countdowntime'></span> | <span class='countdowntime'></span> |