collapsible.js: Don't process collapsible containers multiple times
This commit is contained in:
parent
fc782b59a9
commit
a99f653a63
|
@ -32,7 +32,7 @@
|
|||
Collapsible.prototype.onRendered = function(event) {
|
||||
var _this = event.data.self;
|
||||
|
||||
$('.collapsible', event.currentTarget).each(function() {
|
||||
$('.collapsible:not(.can-collapse)', event.currentTarget).each(function() {
|
||||
var $collapsible = $(this);
|
||||
var collapsiblePath = _this.icinga.utils.getCSSPath($collapsible);
|
||||
|
||||
|
|
Loading…
Reference in New Issue