From 9309eb2ae48bcdf593e9e0442e2e5676ae8efd26 Mon Sep 17 00:00:00 2001 From: Yiheng Shu Date: Fri, 22 Sep 2023 22:00:41 -0400 Subject: [PATCH] Update index.html --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2894a4d..c6252fd 100644 --- a/index.html +++ b/index.html @@ -181,10 +181,10 @@

` + data.session_list[i].speaker.name + ` ` + data. const now = new Date().getTime(), distance = countDown - now; - document.getElementById("days").innerText = Math.floor(distance / (day)), - document.getElementById("hours").innerText = Math.floor((distance % (day)) / (hour)), - document.getElementById("minutes").innerText = Math.floor((distance % (hour)) / (minute)), - document.getElementById("seconds").innerText = Math.floor((distance % (minute)) / second); + // document.getElementById("days").innerText = Math.floor(distance / (day)), + // document.getElementById("hours").innerText = Math.floor((distance % (day)) / (hour)), + // document.getElementById("minutes").innerText = Math.floor((distance % (hour)) / (minute)), + // document.getElementById("seconds").innerText = Math.floor((distance % (minute)) / second); //do something later when date is reached if (distance < 0) {