Minor clean up

This commit is contained in:
swaggboi 2024-09-06 22:14:46 -04:00
parent ccd68b8af4
commit 66d4259af2

View file

@ -1,8 +1,6 @@
(function () {
const bodyStyle = document.body.style;
function setImage(url) {
bodyStyle.backgroundImage = "url('" + url + "')";
document.body.style.backgroundImage = "url('" + url + "')";
}
switch (new Date().getMonth()) {