f0bm #75

Open
schrumpel wants to merge 49 commits from schrumpel/f0bm:f0bm into master
Showing only changes of commit 5e735f072d - Show all commits

View File

@ -15,7 +15,7 @@ const Cookie = {
};
(() => {
const acttheme = Cookie.get('theme') ?? "f0ck";
const acttheme = Cookie.get('theme') ?? "atmos";
const themecontainer = document.querySelector("li#themes > ul.dropdown-menu");
const themes = [...themecontainer.querySelectorAll("li > a")].map(t => t.innerText.toLowerCase());
if(acttheme !== document.documentElement.getAttribute("theme") && themes.includes(acttheme))