From 3cd6d914ed231ce9e574752c57ec9524f9a063c2 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Fri, 13 Aug 2021 14:04:59 -0400 Subject: [PATCH] Some more JS clean-up --- public/js/die.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();