No more JANUARY!!!
This commit is contained in:
parent
b65511722a
commit
bc56e39e1b
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -183,7 +183,7 @@ function pageUpdate() {
|
|||
var now = new Date()
|
||||
currentMonth = now.getMonth() + 1
|
||||
|
||||
if ([11, 12, 1].includes(currentMonth)) { // The Below HTML is copy and pasted from that one site :>
|
||||
if ([11, 12].includes(currentMonth)) { // The Below HTML is copy and pasted from that one site :>
|
||||
html = html.replace("{SEASONAL_EFFECT}", `
|
||||
<div class="snowflakes" aria-hidden="true">
|
||||
<div class="snowflake">
|
||||
|
|
Loading…
Reference in a new issue