mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-02 23:20:56 -04:00
Update call out to sticky JS, with test for it
This commit is contained in:
committed by
Chris Hill-Scott
parent
0131f0c1b1
commit
1082a37750
@@ -24,10 +24,10 @@
|
||||
.on('scroll', this.maintainHeight);
|
||||
|
||||
if (
|
||||
window.GOVUK.stopScrollingAtFooter &&
|
||||
window.GOVUK.stopScrollingAtFooter.updateFooterTop
|
||||
window.GOVUK.stickAtBottomWhenScrolling &&
|
||||
window.GOVUK.stickAtBottomWhenScrolling.recalculate
|
||||
) {
|
||||
window.GOVUK.stopScrollingAtFooter.updateFooterTop();
|
||||
window.GOVUK.stickAtBottomWhenScrolling.recalculate();
|
||||
}
|
||||
|
||||
this.maintainWidth();
|
||||
|
||||
Reference in New Issue
Block a user