mirror of https://github.com/ColorlibHQ/AdminLTE
commit
19113c3cbc
|
@ -241,7 +241,7 @@ throw new Error('AdminLTE requires jQuery')
|
||||||
$(this.element).addClass(ClassName.collapsed);
|
$(this.element).addClass(ClassName.collapsed);
|
||||||
$(this.element).trigger(collapsedEvent);
|
$(this.element).trigger(collapsedEvent);
|
||||||
}.bind(this))
|
}.bind(this))
|
||||||
.trigger(expandingEvent);
|
.trigger(collapsingEvent);
|
||||||
};
|
};
|
||||||
|
|
||||||
BoxWidget.prototype.remove = function () {
|
BoxWidget.prototype.remove = function () {
|
||||||
|
|
Loading…
Reference in New Issue