Fix pinned today page and webhook
This commit is contained in:
@ -60,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
const saved = localStorage.getItem(key);
|
||||
const urlTheme = new URLSearchParams(window.location.search).get("theme");
|
||||
const saved = urlTheme || localStorage.getItem(key);
|
||||
applyTheme(saved === "dark" ? "dark" : "light");
|
||||
|
||||
btn.addEventListener("click", function () {
|
||||
|
||||
Reference in New Issue
Block a user