Difference between revisions of "MediaWiki:Common.js"

(Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: var shiftWindow = function() { scrollBy(0, -60) }; if (location.hash) shiftWindow(); window.addEven...")
 
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. */
 
var shiftWindow = function() { scrollBy(0, -60) };
 
if (location.hash) shiftWindow();
 
window.addEventListener("hashchange", shiftWindow);
 

Revision as of 14:33, 13 September 2015

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