MediaWiki:Common.js: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
mNo edit summary
m (Removing temporary user script of Naleksuh now that SocialProfile extension has been uninstalled by MacFan4000)
Line 5: Line 5:
mw.loader.load( 'ext.gadget.summaryButtons' );
mw.loader.load( 'ext.gadget.summaryButtons' );
} );
} );
// Temporary - remove this once SocialProfile extension is gone
mw.loader.load("https://testwiki.wiki/index.php?title=User:Naleksuh/linkfix.js&action=raw&ctype=text/javascript");

Revision as of 22:56, 6 March 2021

/**
 * Edit description buttons for the visual editor
 */
mw.hook( 've.activationComplete' ).add( function () {
	mw.loader.load( 'ext.gadget.summaryButtons' );
} );