mirror of https://github.com/ColorlibHQ/AdminLTE
Layout.js: reuse constant (#2778)
parent
ad11109b2f
commit
13c857679b
|
@ -179,7 +179,7 @@ class Layout {
|
||||||
}
|
}
|
||||||
|
|
||||||
_isFooterFixed() {
|
_isFooterFixed() {
|
||||||
return $('.main-footer').css('position') === 'fixed'
|
return $(Selector.FOOTER).css('position') === 'fixed'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Static
|
// Static
|
||||||
|
|
Loading…
Reference in New Issue