Update the drop down js code back
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 24 Mar 2017 19:00:48 +0000 (15:00 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 24 Mar 2017 19:00:48 +0000 (15:00 -0400)
Remove the test for ie.

views/front/apis/schedule.html

index 3aaf4f1..1c41666 100644 (file)
@@ -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());