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;