17,097
edits
(Try another event listener) |
No edit summary |
||
Line 576: | Line 576: | ||
// Reset sticky header positions once the page is fully loaded. | // Reset sticky header positions once the page is fully loaded. | ||
// Without this, headers may have an incorrect offset | // Without this, headers may have an incorrect offset | ||
window.onload = function() { setStickyHeaderTop(); }; | |||
} | } | ||
}); | }); |