Updated the alpenfest timer for next year (2017)'s alpenfest
authorLaury GvR <laury@gaslightmedia.com>
Fri, 28 Oct 2016 13:18:14 +0000 (09:18 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 28 Oct 2016 13:18:14 +0000 (09:18 -0400)
header.php
js/custom/pageSetup.js

index 699cf25..e8ac9a6 100644 (file)
@@ -30,7 +30,7 @@
                                         <p class="seconds">00</p>
                                         <p class="timeRefSeconds">seconds</p>...
                                         <p id="countdown-text">
-                                            Until July 12th: Alpenfest!
+                                            Until July 11th: Alpenfest!
                                         </p>
                                     </div>
                                 </div>
index 2a04db7..4a328c5 100644 (file)
@@ -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"
       });
     });