Add padding between if statements

Signed-off-by: Fabian Preuß <preuss_fabian@gmx.de>
This commit is contained in:
Fabian Preuß
2021-08-10 21:21:12 +02:00
parent 48ee7abbe8
commit 196e226e2c

View File

@@ -51,6 +51,7 @@ function countDown() {
ena.text("Enable");
return;
}
if (seconds > 0) {
setTimeout(countDown, 1000);
ena.text("Enable (" + secondsTimeSpanToHMS(seconds) + ")");