MediaWiki: Common.js

From Spire Trading Inc.
Jump to: navigation, search
Tag: Replaced
 
(One intermediate revision by the same user not shown)
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() {
 
        $(window).trigger('resize');
 
    });
 
});
 

Latest revision as of 18:54, 27 May 2026

/* Any JavaScript here will be loaded for all users on every page load. */