Fixed var issue for chrome

This commit is contained in:
CommanderRedYT
2020-11-14 23:49:49 +01:00
parent 487cb076fb
commit 008c4a646d

View File

@@ -7,6 +7,7 @@ if (getCookie("darkmode") == null) {
applyDarkmode = getCookie("darkmode");
console.log("Cookie darkmode:" + applyDarkmode);
}
var isDark = false;
function setdarkMode(state) {
console.log(