mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user