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 Apr 2, 2019. It is now read-only.
Hi there.
When I set the default number in the div tag,<div id="odometer" class="odometer">111111111</div>
it will show correctly.But when I set to 000000000,it only shows one zero at the beginning. How to fix it with showing 000000000 correct? Thanks
The text was updated successfully, but these errors were encountered:
Hi there.
When I set the default number in the div tag,
<div id="odometer" class="odometer">111111111</div>
it will show correctly.But when I set to
000000000
,it only shows one zero at the beginning. How to fix it with showing000000000
correct? ThanksThe text was updated successfully, but these errors were encountered: