Skip to content

Commit

Permalink
Update numberbox-card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
htmltiger authored Mar 19, 2022
1 parent 0c29bad commit 25f7700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numberbox-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Press(v) {
}

timeNum(x,s,m){
x=x.toString();
x=x+'';
if(x.indexOf(':')>0){
x = x.split(':');s = 0; m = 1;
while (x.length > 0) {
Expand Down

0 comments on commit 25f7700

Please sign in to comment.