From a9616b7982dbd73b7fad808d94bc120cb02525e1 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 23 Jan 2019 12:54:38 -0500 Subject: [PATCH] Change countdown and dates in the header to reflect this year's alpenfest date --- header.php | 4 ++-- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/header.php b/header.php index 9ceb496..720fba6 100644 --- a/header.php +++ b/header.php @@ -44,7 +44,7 @@

00

seconds

...

- Until July 10th: Alpenfest! + Until July 9th: Alpenfest!

@@ -68,7 +68,7 @@
diff --git a/js/app.js b/js/app.js index ca89dc7..d5f4b06 100644 --- a/js/app.js +++ b/js/app.js @@ -78,7 +78,7 @@ $(document).ready(function () { return futureFormattedDate } $("#countdown").countdown({ - date: "10 July 2018 00:00:00", // Change this to your desired date to countdown to + date: "9 July 2019 00:00:00", // Change this to your desired date to countdown to format: "on" }); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 1cfe050..199ec52 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -69,7 +69,7 @@ $(document).ready(function () { return futureFormattedDate } $("#countdown").countdown({ - date: "10 July 2018 00:00:00", // Change this to your desired date to countdown to + date: "9 July 2019 00:00:00", // Change this to your desired date to countdown to format: "on" }); }); -- 2.17.1