Jump to content

MediaWiki:Gadget-extra-toolbar-buttons.js

From pool
Revision as of 18:21, 21 January 2020 by powerstorewiki>Caleb Cooper (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This content is in the Mediawiki Namespace. This is a system namespace for wiki-wide tuning.

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
if ( /^(edit|submit)$/.test( mw.config.get( 'wgAction' ) ) || mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Upload' ) {
    mw.loader.load( 'ext.gadget.extra-toolbar-buttons-core' );
}