commit c29f04e04fc8b5be5bbf7bc150da8588f03e5a48 parent 971323cb7b19493de3eea29ea3915a9547772342 Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com> Date: Sun, 14 Mar 2021 18:24:02 -0700 Remove old localStorage item Diffstat:
| M | js/global.js | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/js/global.js b/js/global.js @@ -15,9 +15,6 @@ function SetTheme(darkTheme = null) { else { document.body.classList.remove("dark"); } - - // Save theme - localStorage.setItem("darkTheme", darkTheme); }