Enhanced boot page

This commit is contained in:
bergware
2023-11-28 21:51:10 +01:00
parent 5268c28fb5
commit 6919d12ed5

View File

@@ -139,7 +139,7 @@ function shutdown_offline() {
$('.sub2').html("<?=_('System is offline')?>... "+time);
setTimeout(shutdown_offline,500);
} else {
$('.sub2').html("<?=_('System is powered off')?>... "+time);
$('.sub2').html("<?=_('System is powered off')?>...");
setTimeout(power_on,500);
}
}