MediaWiki:Common.js: Difference between revisions

From Anthroposophy
anthrop>WikiVisor
(Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function() { $('#document > body').css( 'background-color', '#fff !importan...")
 
anthrop>WikiVisor
No edit summary
Line 3: Line 3:
$(document).ready(function() {   
$(document).ready(function() {   


  $('#document > body').css( 'background-color', '#fff !important' );
 
 
});
});

Revision as of 16:31, 28 November 2018

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

$(document).ready(function() {  

  
});