Removed extra jquery.js reference near bottom of template that was
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 24 Jun 2014 19:32:24 +0000 (15:32 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 24 Jun 2014 19:32:24 +0000 (15:32 -0400)
causing issues with DatePicker.

config/applications/EventManagement.ini
templates/template.html

index 808e342..14486b7 100644 (file)
@@ -27,6 +27,9 @@ option.cart_promotions          = true                              ;Permit prom
 option.users_access_all_members = true                              ;Member contact users can have access to all members data
 option.ask_for_likely_date      = false                             ;Ask user for a likely date they would use for non-date-specific tickets (in cart)
 
+jQueryLoaded                    = true                             ;Say whether jQuery is already loaded by the site
+jQueryUiLoaded                  = false                             ;Say whether jQueryUI is already loaded by the site
+
 ticket_hold_time                = 60                                ;Time in minutes to hold tickets in a cart
 session_timeout                 = 60                                ;Time in minutes before session times out
 admin_session_timeout           = 1560                              ;Time in minutes before admin session times out
index f707c28..a058f9d 100644 (file)
@@ -173,7 +173,7 @@ $(function() {
         <a class="exit-off-canvas"></a>
     </div>
 </div>
-<script src="{mediaBaseURL:h}libjs/foundation.min.js"></script>
+<!-- Note: Removed {mediaBaseURL:h}libjs/foundation.min.js from here. -->
 <script src="{mediaBaseURL:h}libjs/foundation/foundation.equalizer.js"></script>
 <script src="{mediaBaseURL:h}libjs/foundation/foundation.offcanvas.js"></script>
 <script src="{mediaBaseURL:h}libjs/foundation/foundation.topbar.js"></script>