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 () { (function () {
const bodyStyle = document.body.style;
function setImage(url) { function setImage(url) {
bodyStyle.backgroundImage = "url('" + url + "')"; document.body.style.backgroundImage = "url('" + url + "')";
} }
switch (new Date().getMonth()) { switch (new Date().getMonth()) {