Update main.js
This commit is contained in:
parent
54d0c84502
commit
bd4f0609a4
@ -9,7 +9,7 @@ function menuToggle(){
|
||||
// Countdown
|
||||
|
||||
const body = document.body;
|
||||
const endTime = new Date('9 13 2022 23:59:59');
|
||||
const endTime = new Date('9 16 2022 23:59:59');
|
||||
const daysEl = document.getElementById('days');
|
||||
const hoursEl = document.getElementById('hours');
|
||||
const minutesEl = document.getElementById('minutes');
|
||||
|
Loading…
Reference in New Issue
Block a user