mirror of https://github.com/ColorlibHQ/AdminLTE
clean debug code
parent
654f5b169d
commit
8a7de1cc56
|
@ -58,7 +58,6 @@ const Layout = (($) => {
|
||||||
footer : $(Selector.FOOTER).outerHeight(),
|
footer : $(Selector.FOOTER).outerHeight(),
|
||||||
sidebar : $(Selector.SIDEBAR).height(),
|
sidebar : $(Selector.SIDEBAR).height(),
|
||||||
}
|
}
|
||||||
console.log(heights);
|
|
||||||
|
|
||||||
const max = this._max(heights)
|
const max = this._max(heights)
|
||||||
|
|
||||||
|
@ -88,9 +87,7 @@ const Layout = (($) => {
|
||||||
this.fixLayoutHeight()
|
this.fixLayoutHeight()
|
||||||
})
|
})
|
||||||
|
|
||||||
$(window).resize(() => {
|
$(window).resize(() => {
|
||||||
console.log('resized');
|
|
||||||
|
|
||||||
this.fixLayoutHeight()
|
this.fixLayoutHeight()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue