Update adminlte.js

Fixing bug throwing error "Uncaught ReferenceError: expandingEvent is not defined" when collapsing .box .
pull/2093/head
Nicolas Bourasseau 6 years ago committed by GitHub
parent 1d943023e3
commit 17f46f4eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -241,7 +241,7 @@ throw new Error('AdminLTE requires jQuery')
$(this.element).addClass(ClassName.collapsed);
$(this.element).trigger(collapsedEvent);
}.bind(this))
.trigger(expandingEvent);
.trigger(collapsingEvent);
};
BoxWidget.prototype.remove = function () {

Loading…
Cancel
Save