Skip to content

Commit 8b60b29

Browse files
committed
Fix an issue with the footer
1 parent 369b611 commit 8b60b29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/resources/static/script.js

+3
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,9 @@ $( document ).on( 'keyup', function ( e ) {
460460

461461
// Initial adjust on page load
462462
window.onload = adjustFooterPosition;
463+
$(document).ready(function() {
464+
setTimeout(adjustFooterPosition, 500);
465+
});
463466

464467
// Adjust footer when window gets resized
465468
window.onresize = adjustFooterPosition;

0 commit comments

Comments
 (0)