Minor clean up
This commit is contained in:
parent
ccd68b8af4
commit
66d4259af2
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue