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 18: Line 18:
if(countdownCurrent < 0) {countdownCurrent=0;}
if(countdownCurrent < 0) {countdownCurrent=0;}
}
}
}, 70);
}, 70, false);
});
 
});
});
$('#Go').click(function() {
$('#Go').click(function() {
Line 29: Line 29:
return str;
return str;
}
}
});
</script>
</script>
<span class='countdowntime'></span>
<span class='countdowntime'></span>

Revision as of 21:43, 6 February 2013