From 1e6fd76d66173c225c338ae0d086dfb5ca595851 Mon Sep 17 00:00:00 2001 From: TohnoCoding <98242280+TohnoCoding@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:09:09 -0400 Subject: [PATCH] Update index.js --- js/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/index.js b/js/index.js index 52edf0a..462eaef 100644 --- a/js/index.js +++ b/js/index.js @@ -998,9 +998,7 @@ function finishLoading(servant_pass_data) { /** * If the date is within the appropriate range (set to between November 28th - * and January 3rd), or the URL has the `forcepadoru` variable, inject the - * holiday Padoru CSS. (If `nopadoru` is specified, nothing gets injected - * regardless of whether `forcepadoru` is found elsewhere in the URL.) + * and January 3rd), inject the holiday Padoru CSS. */ function checkDateToInjectPadoru() { const today = new Date();