Skip to content

Commit

Permalink
Merge pull request ColorlibHQ#2093 from Imbuzi/patch-1
Browse files Browse the repository at this point in the history
Update adminlte.js
  • Loading branch information
puikinsh authored Apr 10, 2019
2 parents 1d94302 + 17f46f4 commit 19113c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/adminlte.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 19113c3

Please sign in to comment.