diff --git a/public/app.js b/public/app.js index 9616462..e232a6c 100755 --- a/public/app.js +++ b/public/app.js @@ -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); diff --git a/public/index.html b/public/index.html index 9623e70..d1d024c 100755 --- a/public/index.html +++ b/public/index.html @@ -16,11 +16,9 @@
-

server.schooltech.ch - Service Portal

- - - + +