Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungerMax authored Mar 27, 2022
1 parent ea6849b commit a363ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const DOWNLOAD_BUTTON = document.querySelector('.download-button');
const DOWNLOAD_LINK = document.querySelector('.download-link');

const COUNTDOWN_TEXT = document.querySelector('.countdown-text');
const COUNTDOWN_DATE = new Date("Mar 27, 2022 17:15:00 GMT-0400");
const COUNTDOWN_DATE = new Date("Mar 27, 2022 17:08:00 GMT-0400");
var COUNTDOWN_INTERVAL = null;

const ONE_SECOND = 1000;
Expand Down Expand Up @@ -114,4 +114,4 @@ window.addEventListener('load', e => {
}, 500);

COUNTDOWN_INTERVAL = setInterval(updateCountdown, ONE_SECOND);
});
});

0 comments on commit a363ce1

Please sign in to comment.