Try moving darkmode up
This commit is contained in:
parent
c3d86ae28a
commit
6bd15ded9c
2 changed files with 6 additions and 5 deletions
|
@ -421,8 +421,4 @@ $(function() {
|
|||
DarkReader.enable();
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
if (localStorage.getItem("darkmode") === "true") {
|
||||
DarkReader.enable();
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue