From ec1315d81ecd0bf92ec77771ebc12526bc82f668 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 24 Mar 2017 15:00:48 -0400 Subject: [PATCH] Update the drop down js code back Remove the test for ie. --- views/front/apis/schedule.html | 6 ------ 1 file changed, 6 deletions(-) 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()); -- 2.17.1