Skip to content

Commit 298f442

Browse files
authored
Update index.html
1 parent 545e9c7 commit 298f442

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jumpstart/templates/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@
8585
$("body").css("background-image", "url(../static/css/jumpstartbang.png)");
8686
} else if (date.getMonth()+1 == 10 && (date.getDate() == 29 || date.getDate() == 30 || date.getDate() == 31) ) {
8787
$("body").css("background-image", "url(../static/css/spookymode.png)");
88-
} else if(date.getMonth()+1 == 10 || date.getMonth()+1 == 15) {
89-
$("body").css("background-image", "url(../static/css/wintermode.png)"); // Freshman prank
9088
} else if(date.getMonth()+1 == 11 && date.getDate() == 2) {
9189
$("body").css("background-image", "url(../static/css/duckymode2.png)");
9290
} else if(date.getMonth()+1 == 11 || date.getMonth()+1 == 12) {

0 commit comments

Comments
 (0)