mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Add padding between if statements
Signed-off-by: Fabian Preuß <preuss_fabian@gmx.de>
This commit is contained in:
@@ -51,6 +51,7 @@ function countDown() {
|
||||
ena.text("Enable");
|
||||
return;
|
||||
}
|
||||
|
||||
if (seconds > 0) {
|
||||
setTimeout(countDown, 1000);
|
||||
ena.text("Enable (" + secondsTimeSpanToHMS(seconds) + ")");
|
||||
|
||||
Reference in New Issue
Block a user