you tit
This commit is contained in:
parent
c863dd4ad3
commit
fb56268b9b
3 changed files with 17 additions and 17 deletions
|
|
@ -4,11 +4,11 @@ if (christmas) {
|
|||
var head = document.getElementsByTagName('head')[0];
|
||||
var snowJS = document.createElement("script");
|
||||
snowJS.type = "text/javascript";
|
||||
snowJS.src = "/res/js/snowstorm.js";
|
||||
snowJS.src = "./res/js/snowstorm.js";
|
||||
head.appendChild(snowJS);
|
||||
|
||||
const profileImage = document.querySelector("img.profile-image");
|
||||
profileImage.src = "/res/images/profile-christmas.jpg";
|
||||
profileImage.src = "./res/images/profile-christmas.jpg";
|
||||
}
|
||||
|
||||
function isItChristmas() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue