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