MediaWiki:Common.js: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
(Blanked the page)
No edit summary
Line 1: Line 1:
 
/**
* Edit description buttons for the visual editor
*/
mw.hook( 've.activationComplete' ).add( function () {
mw.loader.load( 'ext.gadget.summaryButtons' );
} );

Revision as of 07:05, 20 April 2020

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