Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TohnoCoding committed Oct 2, 2024
1 parent 54151cf commit 1e6fd76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1e6fd76

Please sign in to comment.