input-enrichment.js: Only handle content inside top-level or modal containers

This commit is contained in:
Johannes Meyer 2022-02-07 14:15:23 +01:00
parent 646d8928c3
commit 57dc42dbf7
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@
var InputEnrichment = function (icinga) {
Icinga.EventListener.call(this, icinga);
this.on('beforerender', this.onBeforeRender, this);
this.on('rendered', this.onRendered, this);
this.on('beforerender', '#main > .container, #modal-content', this.onBeforeRender, this);
this.on('rendered', '#main > .container, #modal-content', this.onRendered, this);
/**
* Enriched inputs