Update index.js

This commit is contained in:
zyqunix 2025-07-06 17:06:16 +02:00 committed by GitHub
parent 8840c1bd30
commit b6596502ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -370,9 +370,6 @@ if (weather.includes("rain")) {
} else if (weather.includes("cloud")) {
deco.src = "/assets/js/clouds.js";
document.body.appendChild(deco);
} else {
deco.src = "/assets/js/sun.js";
document.body.appendChild(deco);
}
let decoShowing = true;