diff --git a/src/ui/Countdown.vue b/src/ui/Countdown.vue index 1cec422..f45e80f 100644 --- a/src/ui/Countdown.vue +++ b/src/ui/Countdown.vue @@ -3,12 +3,13 @@

{{ days }} dager,  - {{pad(hours)}}: - {{pad(minutes)}}: - {{pad(seconds)}} + {{ pad(hours) }}: {{ pad(minutes) }}: + {{ pad(seconds) }}

X
-

Lotteriet har begynt!

+

Lotteriet har begynt!

@@ -41,7 +42,7 @@ export default { }, listenerFunction: function(event) { this.codeDone += event.keyCode; -ยด if (this.code.substring(0, this.codeDone.length) == this.codeDone) { + if (this.code.substring(0, this.codeDone.length) == this.codeDone) { if (this.code == this.codeDone && !this.enabled) { this.enabled = true; this.initialize(); @@ -127,4 +128,4 @@ h2 { align-items: center; font-size: 4rem; } - \ No newline at end of file +