From b7ab05dec29021327742ed77a5418871171205ac Mon Sep 17 00:00:00 2001 From: JosephK Date: Thu, 14 Jun 2018 12:38:34 +0200 Subject: [PATCH] Fin de campagne le 04/08 --- 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 61e3866..b026f3e 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('07/08/2018 11:59 PM'); +const end = new Date('04/08/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;