From 2c4697473e3af511bdc3452ddecbbedddd2da373 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 24 Mar 2017 09:55:37 -0400 Subject: [PATCH] Revert changes Removing. Not working and now not only in ie but firefox doesn't work. --- views/front/apis/schedule.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/views/front/apis/schedule.html b/views/front/apis/schedule.html index 36111de..5bf63df 100644 --- a/views/front/apis/schedule.html +++ b/views/front/apis/schedule.html @@ -15,9 +15,6 @@ {/if} jQuery(document).ready(function(){ {if $inDropDown} - $("#dd-sched-1, #dd-sched-2, #dd-sched-3").mouseleave(function(event){ - event.stopPropagation(); - }); // For the drop down docks schedules var dropdown_dockForm = $("#dockForm"); var dropdown_formDockId = $("#formDockId"); -- 2.17.1