Update main.js

This commit is contained in:
Sam 2022-09-13 20:39:50 +03:00 committed by GitHub
parent 54d0c84502
commit bd4f0609a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');