From: Chuck Scott Date: Tue, 24 Jun 2014 19:32:24 +0000 (-0400) Subject: Removed extra jquery.js reference near bottom of template that was X-Git-Tag: v1.0^2~21 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=02d453d326e33e8267a00617ba4c317fd529c7f1;p=web%2FSooLocks.git Removed extra jquery.js reference near bottom of template that was causing issues with DatePicker. --- diff --git a/config/applications/EventManagement.ini b/config/applications/EventManagement.ini index 808e342..14486b7 100644 --- a/config/applications/EventManagement.ini +++ b/config/applications/EventManagement.ini @@ -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 diff --git a/templates/template.html b/templates/template.html index f707c28..a058f9d 100644 --- a/templates/template.html +++ b/templates/template.html @@ -173,7 +173,7 @@ $(function() { - +