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