From 5afed41929cb9baa3f00b942f3b7193fbdd2f465 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 10 Jan 2022 22:47:59 -0500 Subject: And another one --- scripts/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- cgit v1.2.3