mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
flyover.js: Only handle content inside top-level containers
This commit is contained in:
parent
b03966c354
commit
646d8928c3
@ -14,7 +14,7 @@
|
||||
function Flyover(icinga) {
|
||||
Icinga.EventListener.call(this, icinga);
|
||||
|
||||
this.on('rendered', this.onRendered, this);
|
||||
this.on('rendered', '#main > .container', this.onRendered, this);
|
||||
this.on('click', this.onClick, this);
|
||||
this.on('click', '.flyover-toggle', this.onClickFlyoverToggle, this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user