diff --git a/dist/js/adminlte.js b/dist/js/adminlte.js index 25505dd8f..bf6d10669 100644 --- a/dist/js/adminlte.js +++ b/dist/js/adminlte.js @@ -1086,7 +1086,7 @@ throw new Error('AdminLTE requires jQuery') //tree.find(Selector.open).removeClass(ClassName.open); parentLi.removeClass(ClassName.open); - tree.slideUp(this.options.animationSpeed, function () { + tree.slideUp(this.options.animationSpeed, function () { //tree.find(Selector.open + ' > ' + Selector.treeview).slideUp(); setTimeout(() => $(this.element).trigger(collapsedEvent), 0); }.bind(this));