This commit is contained in:
chk
2026-03-23 07:25:13 +01:00
parent 072693d57e
commit 6eaa60131b
3 changed files with 30 additions and 15 deletions

View File

@@ -122,6 +122,10 @@ function setupServiceButtons() {
} catch(e) {
console.error('Event log failed', e);
}
document.querySelectorAll("nav button").forEach(b => b.classList.remove("active"));
btn.classList.add("active");
openService(svc);
};
nav.appendChild(btn);