mirror of https://github.com/ColorlibHQ/AdminLTE
removed console.log from Layout.js
parent
026f400dcd
commit
683a015a4e
|
@ -73,7 +73,6 @@ const Layout = (($) => {
|
||||||
|
|
||||||
const max = this._max(heights)
|
const max = this._max(heights)
|
||||||
|
|
||||||
console.log(heights);
|
|
||||||
$(Selector.CONTENT).css('min-height', max - heights.footer)
|
$(Selector.CONTENT).css('min-height', max - heights.footer)
|
||||||
|
|
||||||
if ($('body').hasClass(ClassName.LAYOUT_FIXED)) {
|
if ($('body').hasClass(ClassName.LAYOUT_FIXED)) {
|
||||||
|
|
Loading…
Reference in New Issue