jquery.pietimer icon indicating copy to clipboard operation
jquery.pietimer copied to clipboard

Timer doesn't reset

Open nguyenDalex opened this issue 10 years ago • 0 comments

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.

nguyenDalex avatar Mar 27 '14 17:03 nguyenDalex