mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Flyover: select #main instead of div#main
This commit is contained in:
parent
59054dd01c
commit
48133aae91
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
if (! $target.closest('.flyover').length) {
|
if (! $target.closest('.flyover').length) {
|
||||||
var _this = event.data.self;
|
var _this = event.data.self;
|
||||||
$target.closest('div#main').find('.flyover.flyover-expanded').each(function() {
|
$target.closest('#main').find('.flyover.flyover-expanded').each(function() {
|
||||||
$(this).find('.flyover-toggle:first').each(function() {
|
$(this).find('.flyover-toggle:first').each(function() {
|
||||||
_this.onClickFlyoverToggle({target: this});
|
_this.onClickFlyoverToggle({target: this});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user