projects
/
WP-Plugins
/
glm-member-db-apis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cecb060
)
Update mouseleave for IE
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 24 Mar 2017 13:53:50 +0000
(09:53 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 24 Mar 2017 13:53:50 +0000
(09:53 -0400)
need to pass in event
views/front/apis/schedule.html
patch
|
blob
|
history
diff --git
a/views/front/apis/schedule.html
b/views/front/apis/schedule.html
index
4489f89
..
36111de
100644
(file)
--- a/
views/front/apis/schedule.html
+++ b/
views/front/apis/schedule.html
@@
-15,7
+15,7
@@
{/if}
jQuery(document).ready(function(){
{if $inDropDown}
- $("#dd-sched-1, #dd-sched-2, #dd-sched-3").mouseleave(function(){
+ $("#dd-sched-1, #dd-sched-2, #dd-sched-3").mouseleave(function(
event
){
event.stopPropagation();
});
// For the drop down docks schedules