diff --git a/public/js/die.js b/public/js/die.js index e06f8a5..ec048fd 100644 --- a/public/js/die.js +++ b/public/js/die.js @@ -28,7 +28,8 @@ var countDownDate = new Date("Aug 17, 2021 00:00:00").getTime(); // Update the count down every 1 second -setInterval(function () { +var x = setInterval(function () { + // Get today's date and time var now = new Date().getTime();