From: Steve Sutton Date: Fri, 24 Mar 2017 19:00:48 +0000 (-0400) Subject: Update the drop down js code back X-Git-Tag: v1.0.0^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ec1315d81ecd0bf92ec77771ebc12526bc82f668;p=WP-Plugins%2Fglm-member-db-apis.git Update the drop down js code back Remove the test for ie. --- diff --git a/views/front/apis/schedule.html b/views/front/apis/schedule.html index 3aaf4f1..1c41666 100644 --- a/views/front/apis/schedule.html +++ b/views/front/apis/schedule.html @@ -33,12 +33,6 @@ jQuery(document).ready(function(){ dropdown_dockForm.submit(); }); var dropdown_dock3Sel = $('#dd-sched-3'); - dropdown_dock3Sel.on("click", function(e){ - activeForm = true; - }) - dropdown_dock3Sel.on("blur", function(e){ - activeForm = false; - }); dropdown_dock3Sel.change(function(){ dropdown_formSchedId.val(3); dropdown_formDockId.val(dropdown_dock3Sel.val());