MediaWiki:Common.js: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(Import -- why don't we have this link?)
(No difference)

Revision as of 12:32, 29 June 2013

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

$( document ).ready( function() {
  mw.util.addPortletLink(
    'p-tb',
    location.href.replace( location.hash, '' ) + ( location.search ? '&' : '?' ) + 'action=info',
    'Page information',
    't-pageinfo',
    'Display the current page information'
  );
});