Jump to content

MediaWiki:Common.js: Difference between revisions

no edit summary
(hide main page title)
 
No edit summary
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. */
 
mw.loader.using( ['mediawiki.util'] ).done( function () {
  var isDiff = mw.util.getParamValue('diff') || mw.util.getParamValue('oldid');
  var isDiff = mw.util.getParamValue('diff') || mw.util.getParamValue('oldid');
   
   
Line 6: Line 6:
   mw.util.addCSS('h1.firstHeading, div#siteNotice { display: none !important; }');
   mw.util.addCSS('h1.firstHeading, div#siteNotice { display: none !important; }');
  }
  }
} );
Cookies help us deliver our services. By using our services, you agree to our use of cookies.