MediaWiki: Common.js
From Spire Trading Inc.
Spireadmin (talk | contribs) |
Spireadmin (talk | contribs) |
||
| Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
| − | + | jQuery( function( $ ) { | |
| − | + | $(window).on('load', function() { | |
| − | $( | + | $('#footer.footer-sticky').css('margin-top', '0'); |
| − | + | $(window).trigger('resize'); | |
| − | |||
| − | |||
}); | }); | ||
| − | |||
}); | }); | ||
Revision as of 18:44, 27 May 2026
/* Any JavaScript here will be loaded for all users on every page load. */
jQuery( function( $ ) {
$(window).on('load', function() {
$('#footer.footer-sticky').css('margin-top', '0');
$(window).trigger('resize');
});
});
