MediaWiki: Common.js

From Terracoin Wiki
Revision as of 21:59, 25 January 2018 by TheSin (talk | contribs)
Jump to: navigation, search
/* Any JavaScript here will be loaded for all users on every page load. */
$(document).ready( function() {
  var tree = $('#wikitext-sidebar');
  $('#p-logo').after( tree.html() ).bind('fancytreeinit', function(event, data) {
    data.tree.makeTitleVisible();
  });
  tree.remove();
});