You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
counter.divider = (!isTime) ? num * divisions : s * divisions;
// Generate list of incremental numbers to display
for (var i = divisions; i >= counter.beginAt / counter.divider; i--) {
The text was updated successfully, but these errors were encountered:
Hi there!
The counter is not working with hours.
An suggestion, in line 64:
The text was updated successfully, but these errors were encountered: