diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-01-10 22:47:59 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-01-10 22:47:59 -0500 |
commit | 5afed41929cb9baa3f00b942f3b7193fbdd2f465 (patch) | |
tree | a51f418d62999d6ffcc3ec62f60344bc784fe215 /scripts | |
parent | 0286cc57ce62d2b9a0d8215d140adb5d89928c4a (diff) |
And another one
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/theme.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/theme.js b/scripts/theme.js index 8f6aa33..1840e02 100644 --- a/scripts/theme.js +++ b/scripts/theme.js @@ -26,7 +26,7 @@ class Theme{ } if(Cookies.getCookie("theme-" + APP_NAME) == ""){ - Cookies.setYearCookie("theme", BASE_THEMES[0][0]); + Cookies.setYearCookie("theme-" + APP_NAME, BASE_THEMES[0][0]); } Theme.theme.setAttribute("href", Cookies.getCookie("theme-" + APP_NAME) + "?v=" + Date.now()); |