MediaWiki:Common.js: Difference between revisions

From Riverview Legal Group
Access restrictions were established for this page. If you see this message, you have no access to this page.
mNo edit summary
mNo edit summary
Line 11: Line 11:
     $('.mw-references-wrap').before('<h2>References</h2>');
     $('.mw-references-wrap').before('<h2>References</h2>');
});
});
$('#p-tool').remove();

Revision as of 20:46, 1 June 2020

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

$(document).ready( function() {
  var tree = $('#sidebartree);
  $('#p-logo').after( tree.html() );
  tree.remove();
  /*tree.html('');*/
});

$(document).ready(function(){
    $('.mw-references-wrap').before('<h2>References</h2>');
});

$('#p-tool').remove();