fix #2190 fix links of menus
This commit is contained in:
parent
cfa85338f3
commit
c88979a369
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ $(function() {
|
|||
});
|
||||
|
||||
$(document).on("click touchend", function(e) {
|
||||
if (!$(e.target).closest("#searchOptions, #searchOptionsButton").length) {
|
||||
if (!$(e.target).closest("#searchOptions, [data-toggle='control-options']").length) {
|
||||
$("#searchOptions").removeClass("active");
|
||||
}
|
||||
});
|
||||
|
|
|
@ -15,7 +15,7 @@ $(function() {
|
|||
});
|
||||
|
||||
$(document).on("click touchend", function(e) {
|
||||
if (!$(e.target).closest("#searchOptions, #searchOptionsButton").length) {
|
||||
if (!$(e.target).closest("#searchOptions, [data-toggle='control-options']").length) {
|
||||
$("#searchOptions").removeClass("active");
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue