MediaWiki:Gadget-extra-toolbar-buttons.js: Difference between revisions

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
Optimisation
 
m 1 revision imported
 
(No difference)

Latest revision as of 20:41, August 30, 2020

if ( /^(edit|submit)$/.test( mw.config.get( 'wgAction' ) ) || mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Upload' ) {
    mw.loader.load( 'ext.gadget.extra-toolbar-buttons-core' );
}