From a612a74197b85dea4e0e767c2bb20718f3906e7b Mon Sep 17 00:00:00 2001 From: JosephK Date: Thu, 14 Jun 2018 12:49:22 +0200 Subject: [PATCH] Arf 05/07 (mm/dd/aaaa) --- themes/hugo-bootstrap-premium/static/js/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-bootstrap-premium/static/js/site.js b/themes/hugo-bootstrap-premium/static/js/site.js index b026f3e..66e2e09 100644 --- a/themes/hugo-bootstrap-premium/static/js/site.js +++ b/themes/hugo-bootstrap-premium/static/js/site.js @@ -9,7 +9,7 @@ $( }, 500); }); -const end = new Date('04/08/2018 11:59 PM'); +const end = new Date('07/05/2018 11:59 PM'); const now = new Date(); const days = (end - now < 0) ? 0 : Math.floor((end - now) / 86400000); // 24*60*60*1000 document.getElementById('kkbbDays').innerHTML = days;