updated so tabs work now, and we have a settings tab and an about tab

This commit is contained in:
Malcolm Diller
2022-11-08 19:54:41 -08:00
parent f216ee739a
commit e175b87384
4 changed files with 66 additions and 28 deletions

View File

@ -132,6 +132,3 @@ function initParameters() {
initParameters();
document.getElementById("settings-button").addEventListener('click', event => {
document.getElementById("system-settings").classList.add("active")
})