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