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

Count hours is giving NaN

Open aline-matos opened this issue 7 years ago • 0 comments

Hi there!

The counter is not working with hours.

An suggestion, in line 64:

counter.divider = (!isTime) ? num * divisions : s * divisions;

// Generate list of incremental numbers to display
for (var i = divisions; i >= counter.beginAt / counter.divider; i--) {

aline-matos avatar Nov 19 '18 14:11 aline-matos