From e23f33b85b43e3e308633bdb59b7e21863ddee4d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 24 Mar 2021 19:36:31 +0100 Subject: [PATCH] dang it, removed debug code --- scripts/banner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/banner.js b/scripts/banner.js index 94a75af..a8113fb 100644 --- a/scripts/banner.js +++ b/scripts/banner.js @@ -3,7 +3,7 @@ if (date.getMonth() + 1 === 6) { setBanner("pride", "It's Pride Month! Consider donating to charities like The Trevor Project.", "https://www.thetrevorproject.org/"); } else if (date.getMonth() + 1 === 2) { setBanner("blm", "It's Black History Month! Consider donating to charities like Black Lives Matter.", "https://blacklivesmatter.com/"); -} else if (date.getMonth() + 1 === 4 && date.getDate() <= 4 || true) { +} else if (date.getMonth() + 1 === 4 && date.getDate() <= 4) { setBanner("autism", "It's Autism Awareness Week! Consider donating to charities like the ASAN.", "https://autisticadvocacy.org/"); }