From 02d453d326e33e8267a00617ba4c317fd529c7f1 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 24 Jun 2014 15:32:24 -0400 Subject: [PATCH] Removed extra jquery.js reference near bottom of template that was causing issues with DatePicker. --- config/applications/EventManagement.ini | 3 +++ templates/template.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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() { - + -- 2.17.1