MediaWiki:Gadget-charinsert.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

/**
 * charinsert loader
 */

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