Merge pull request #2093 from Imbuzi/patch-1

Update adminlte.js
pull/2596/head
Aigars Silkalns 2019-04-10 17:36:47 +03:00 committed by GitHub
commit 19113c3cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
dist/js/adminlte.js vendored
View File

@ -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 () {