Closed mmly closed 10 years ago
Very nice plugin, how is it possible to change time in running timer(eg. add seconds) ?
This is added in the latest version, function is called .addTime(), parameter is number of seconds, so for example: .addTime(5) to add 5 seconds.
.addTime()
.addTime(5)
Very nice plugin, how is it possible to change time in running timer(eg. add seconds) ?