diff --git a/public/js/background.js b/public/js/background.js index 1001dd1..d2b6bd1 100644 --- a/public/js/background.js +++ b/public/js/background.js @@ -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()) {