mirror of https://github.com/ColorlibHQ/AdminLTE
rebuild dist js files
parent
74315469c4
commit
fd7ef956a0
|
@ -900,8 +900,7 @@ throw new Error('AdminLTE requires jQuery')
|
||||||
parent.addClass(ClassName.open);
|
parent.addClass(ClassName.open);
|
||||||
tree.slideDown(this.options.animationSpeed, function () {
|
tree.slideDown(this.options.animationSpeed, function () {
|
||||||
$(this.element).trigger(expandedEvent);
|
$(this.element).trigger(expandedEvent);
|
||||||
parent.css('background', 'red').height('auto');
|
parent.height('auto');
|
||||||
console.log("parent.height('auto');");
|
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue