mirror of https://github.com/ColorlibHQ/AdminLTE
rebuild AdminLTE dist after `updated node_modules`
parent
91533abab1
commit
8a2e0508bb
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -227,7 +227,6 @@ var Layout = function ($) {
|
|||
footer: $(Selector.FOOTER).outerHeight(),
|
||||
sidebar: $(Selector.SIDEBAR).height()
|
||||
};
|
||||
console.log(heights);
|
||||
|
||||
var max = this._max(heights);
|
||||
|
||||
|
@ -256,8 +255,6 @@ var Layout = function ($) {
|
|||
});
|
||||
|
||||
$(window).resize(function () {
|
||||
console.log('resized');
|
||||
|
||||
_this.fixLayoutHeight();
|
||||
});
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue