collapsible.js: Enhance markup flexibility
This commit is contained in:
parent
314545f3a7
commit
f13161b69d
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
this.on('layout-change', this.onLayoutChange, this);
|
this.on('layout-change', this.onLayoutChange, this);
|
||||||
this.on('rendered', '#main > .container, #modal-content', this.onRendered, 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.onControlClicked, this);
|
||||||
|
|
||||||
this.icinga = icinga;
|
this.icinga = icinga;
|
||||||
|
|
Loading…
Reference in New Issue