mirror of https://github.com/ColorlibHQ/AdminLTE
Update adminlte.js
Fixing bug throwing error "Uncaught ReferenceError: expandingEvent is not defined" when collapsing .box .pull/2093/head
parent
1d943023e3
commit
17f46f4eca
|
@ -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