various bug fixes
This commit is contained in:
parent
739ee81002
commit
d0d6ff8448
4 changed files with 26 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue