From: Laury GvR Date: Wed, 23 Jan 2019 17:54:38 +0000 (-0500) Subject: Change countdown and dates in the header to reflect this year's alpenfest date X-Git-Tag: v2.0.28^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a9616b7982dbd73b7fad808d94bc120cb02525e1;p=WP-Themes%2Falpenfest.git Change countdown and dates in the header to reflect this year's alpenfest date --- 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" }); });