theme/img

This commit is contained in:
Marc Beninca 2025-03-28 23:22:23 +01:00
parent e2dfae59bd
commit 52759b3e2a
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
4 changed files with 5 additions and 3 deletions

View file

@ -21,7 +21,6 @@ function theme_load() {
}
function theme_set(theme) {
document.documentElement.setAttribute("data-theme", theme);
button.innerHTML = theme;
theme_write(theme);
}
function theme_swap(theme) {