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:
3c18df6
)
Testing for IE
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 24 Mar 2017 13:49:34 +0000
(09:49 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 24 Mar 2017 13:49:34 +0000
(09:49 -0400)
This may help prevent IE from closing the dropdown menu when you try and
select something from the dropdown.
views/front/apis/schedule.html
patch
|
blob
|
history
diff --git
a/views/front/apis/schedule.html
b/views/front/apis/schedule.html
index
5bf63df
..
4489f89
100644
(file)
--- a/
views/front/apis/schedule.html
+++ b/
views/front/apis/schedule.html
@@
-15,6
+15,9
@@
{/if}
jQuery(document).ready(function(){
{if $inDropDown}
+ $("#dd-sched-1, #dd-sched-2, #dd-sched-3").mouseleave(function(){
+ event.stopPropagation();
+ });
// For the drop down docks schedules
var dropdown_dockForm = $("#dockForm");
var dropdown_formDockId = $("#formDockId");