various bug fixes

This commit is contained in:
MathMan05 2025-03-13 20:42:21 -05:00
parent 739ee81002
commit d0d6ff8448
4 changed files with 26 additions and 5 deletions

View file

@ -223,7 +223,7 @@ if (document.getElementById("form")) {
}
//this currently does not work, and need to be implemented better at some time.
if (!localStorage.getItem("SWMode")) {
localStorage.setItem("SWMode", "true");
localStorage.setItem("SWMode", "SWOn");
}
trimswitcher();