From 8edea9e0d61708a734853c87eeb0a41a01fa9ccc Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 28 Oct 2016 09:18:14 -0400 Subject: [PATCH] Updated the alpenfest timer for next year (2017)'s alpenfest --- header.php | 2 +- js/custom/pageSetup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/header.php b/header.php index 699cf25..e8ac9a6 100644 --- a/header.php +++ b/header.php @@ -30,7 +30,7 @@

00

seconds

...

- Until July 12th: Alpenfest! + Until July 11th: Alpenfest!

diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 2a04db7..4a328c5 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -69,7 +69,7 @@ $(document).ready(function () { return futureFormattedDate } $("#countdown").countdown({ - date: "12 July 2016 00:00:00", // Change this to your desired date to countdown to + date: "11 July 2017 00:00:00", // Change this to your desired date to countdown to format: "on" }); }); -- 2.17.1