collapsible.js: Enhance markup flexibility

This commit is contained in:
Florian Strohmaier 2022-10-05 15:33:07 +02:00 committed by Johannes Meyer
parent 314545f3a7
commit f13161b69d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
this.on('layout-change', this.onLayoutChange, this);
this.on('rendered', '#main > .container, #modal-content', this.onRendered, this);
this.on('click', '.collapsible + .collapsible-control, .collapsible > .collapsible-control',
this.on('click', '.collapsible + .collapsible-control, .collapsible .collapsible-control',
this.onControlClicked, this);
this.icinga = icinga;