diff --git a/build/js/Layout.js b/build/js/Layout.js index 2599a9694..9bd101384 100644 --- a/build/js/Layout.js +++ b/build/js/Layout.js @@ -179,7 +179,7 @@ class Layout { } _isFooterFixed() { - return $('.main-footer').css('position') === 'fixed' + return $(Selector.FOOTER).css('position') === 'fixed' } // Static