jquery.pietimer
jquery.pietimer copied to clipboard
Timer doesn't reset
The timer does not reset.
$('#timer2').pietimer({
timerSeconds: <?php echo ot_get_option('reset_timer'); ?>,
color: '#fff',
fill: false,
showPercentage: false,
callback: function() {
$('#timer2').pietimer('reset');
}
})
I've set it so that when a button is clicked the timer will go off.