Skip to content

Commit

Permalink
Update conditional.js
Browse files Browse the repository at this point in the history
  • Loading branch information
redd-rl authored Jan 31, 2025
1 parent d1dbfc5 commit ca2baac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/nti/scripts/conditional.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var currentDate = new Date();
var currentYear = new Date().getFullYear();
var targetCountdownDay = new Date("June 5, " + currentYear + " 12:00:00 AM GMT+1 (CET)");
var stopDay = new Date("June 5, " + currentYear + " 11:59:59 PM GMT+1 (CET)");
var targetCountdownDay = new Date("June 5, " + currentYear + " 03:00:00 PM GMT+1 (CET)");
var stopDay = new Date("June 5, " + currentYear + " 08:00:00 AM GMT+1 (CET)");
var scriptAdded = false;

function checkDate() {
Expand Down

0 comments on commit ca2baac

Please sign in to comment.