bigger logo

This commit is contained in:
2026-04-04 18:55:16 -05:00
parent 2f30112c66
commit 25a84b8758
4 changed files with 30 additions and 30 deletions

View File

@@ -3,7 +3,6 @@
// ── Event listeners ───────────────────────────────────────────────
if ($updateBtn) $updateBtn.addEventListener("click", openUpdateModal);
if ($refreshBtn) $refreshBtn.addEventListener("click", function() { refreshServices(); });
if ($btnCloseModal) $btnCloseModal.addEventListener("click", closeUpdateModal);
if ($btnReboot) $btnReboot.addEventListener("click", doReboot);
if ($btnSave) $btnSave.addEventListener("click", saveErrorReport);
@@ -77,4 +76,4 @@ async function init() {
}
}
document.addEventListener("DOMContentLoaded", init);
document.addEventListener("DOMContentLoaded", init);