We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545e9c7 commit 298f442Copy full SHA for 298f442
jumpstart/templates/index.html
@@ -85,8 +85,6 @@
85
$("body").css("background-image", "url(../static/css/jumpstartbang.png)");
86
} else if (date.getMonth()+1 == 10 && (date.getDate() == 29 || date.getDate() == 30 || date.getDate() == 31) ) {
87
$("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
90
} else if(date.getMonth()+1 == 11 && date.getDate() == 2) {
91
$("body").css("background-image", "url(../static/css/duckymode2.png)");
92
} else if(date.getMonth()+1 == 11 || date.getMonth()+1 == 12) {
0 commit comments