1
0
Fork 0

Fix indentation

master
Tuukka Ikkala 2020-05-26 11:08:33 +03:00
parent c012d8196d
commit a92f617bdd
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function decrementCountdownTime() {
} }
function toggleShow(timeIndex) { function toggleShow(timeIndex) {
show[timeIndex] = !show[timeIndex]; show[timeIndex] = !show[timeIndex];
} }
function twoPadded(i) { function twoPadded(i) {