forked from FOSS/BangleApps
Fix indentation
parent
c012d8196d
commit
a92f617bdd
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue