Try moving darkmode up

This commit is contained in:
cuom1999 2022-11-13 20:43:51 -06:00
parent c3d86ae28a
commit 6bd15ded9c
2 changed files with 6 additions and 5 deletions

View file

@ -421,8 +421,4 @@ $(function() {
DarkReader.enable();
}
})
});
if (localStorage.getItem("darkmode") === "true") {
DarkReader.enable();
}
});