From 69e9d66a9aebbbdc7a26854f17c91f9dadd05a2e Mon Sep 17 00:00:00 2001 From: tanyaionova Date: Tue, 15 Oct 2019 21:11:53 +0300 Subject: Remove comment --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 198edf6..df696fa 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ var years = Math.floor(distance / (1000 * 60 * 60 * 24 * 365.25)); var days = Math.floor(distance % (1000 * 60 * 60 * 24 * 365.25) / (1000 * 60 * 60 * 24)); - var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)) //+ days * 24; + var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); var milliseconds = Math.floor(distance % 1000); -- cgit v1.2.1-18-gbd029