bugfix
This commit is contained in:
parent
ac8236845a
commit
2355667bfc
@ -65,8 +65,8 @@ bricks.Countdown = class extends bricks.VBox {
|
|||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
hours = 0;
|
hours = 0;
|
||||||
minutes = 0;
|
minutes = parseInt(parts[0]);
|
||||||
seconds = parseInt(parts[0])
|
seconds = parseInt(parts[1])
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
default:
|
default:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user