Skip to content

Commit

Permalink
Fix schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Oct 13, 2023
1 parent b578b18 commit f99fd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/2023/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ anchors.add('#page h3');
$(document).ready(function () {
const day = new Date();

if (day.getMonth() > 8 && day.getDate() > 6) {
if (day.getMonth() > 8 && day.getDate() > 19) {
showDayTwo();
}
});
Expand Down

0 comments on commit f99fd73

Please sign in to comment.