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
When first initialising the counter for each format, the digit parameter in the $.each() call on line 180 gets rendered as undefined. This leads to the counter displaying zeros for each digit group until the first refresh() call is made on that group.
The text was updated successfully, but these errors were encountered:
Tested in IE8 on Windows 7 and Windows XP.
When first initialising the counter for each format, the digit parameter in the $.each() call on line 180 gets rendered as undefined. This leads to the counter displaying zeros for each digit group until the first refresh() call is made on that group.
The text was updated successfully, but these errors were encountered: