Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug (or not) with pause and onComplete #37

Closed
titrax35 opened this issue Jun 11, 2019 · 1 comment
Closed

bug (or not) with pause and onComplete #37

titrax35 opened this issue Jun 11, 2019 · 1 comment

Comments

@titrax35
Copy link

When I use the function :
$(function(){
$('.timer').startTimer({
onComplete: function(){
console.log('Complete');
},
allowPause: true
});
If you do nothing, the console show 'Complete', but if you pause it (by clicking on timer), at the end time, there is nothing on the console to try :
https://rawgit.com/caike/jQuery-Simple-Timer/master/examples/index.html

@caike caike closed this as completed in b07823c Jul 23, 2019
@caike
Copy link
Owner

caike commented Jul 23, 2019

Thank you for catching this! It's been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants