From: Laury GvR Date: Fri, 28 Oct 2016 13:18:14 +0000 (-0400) Subject: Updated the alpenfest timer for next year (2017)'s alpenfest X-Git-Tag: v2.0.13^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8edea9e0d61708a734853c87eeb0a41a01fa9ccc;p=WP-Themes%2Falpenfest.git Updated the alpenfest timer for next year (2017)'s alpenfest --- 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" }); });