srv/poe_manager/templates/index.html aktualisiert

This commit is contained in:
2025-10-08 20:35:09 +02:00
parent 61b0137233
commit 580cda1acc

View File

@@ -51,7 +51,7 @@ document.addEventListener("DOMContentLoaded", () => {
document.getElementById("dashboard-timer").innerText =
`Nächste Prüfung in ${remainingSec} Sekunden`;
if (elapsed >= intervalMilliseconds) {
if (remainingSec <= 1) {
// Timer abgelaufen → Reload starten
window.location.reload();
}