rebuild dist js files

This commit is contained in:
REJack 2019-07-15 19:17:28 +02:00
parent 74315469c4
commit fd7ef956a0
No known key found for this signature in database
GPG key ID: 9F3976CC630CC888
2 changed files with 2 additions and 3 deletions

3
dist/js/adminlte.js vendored
View file

@ -900,8 +900,7 @@ throw new Error('AdminLTE requires jQuery')
parent.addClass(ClassName.open);
tree.slideDown(this.options.animationSpeed, function () {
$(this.element).trigger(expandedEvent);
parent.css('background', 'red').height('auto');
console.log("parent.height('auto');");
parent.height('auto');
}.bind(this));
};

File diff suppressed because one or more lines are too long