From 3f53162023d3240d79cd447cdd876209c16d0382 Mon Sep 17 00:00:00 2001 From: "marek.krejpsky" <marek.krejpsky@gmail.com> Date: Sun, 11 Sep 2022 14:45:03 +0200 Subject: [PATCH] Update content/assets/js/timer.js --- content/assets/js/timer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assets/js/timer.js b/content/assets/js/timer.js index c22765c..8e5cdfc 100644 --- a/content/assets/js/timer.js +++ b/content/assets/js/timer.js @@ -5,7 +5,7 @@ document.addEventListener( "DOMContentLoaded", function() { // Set the date we're counting down to - var countDownDate = new Date("Sep 16, 2022 12:00:00").getTime(); + var countDownDate = new Date("Sep 14, 2022 08:00:00").getTime(); function timer() { -- GitLab