Layout.js: reuse constant (#2778)

pull/2779/head^2
XhmikosR 2020-06-02 23:38:50 +03:00 committed by GitHub
parent ad11109b2f
commit 13c857679b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class Layout {
}
_isFooterFixed() {
return $('.main-footer').css('position') === 'fixed'
return $(Selector.FOOTER).css('position') === 'fixed'
}
// Static