MediaWiki:Common.js: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
m (Protected "MediaWiki:Common.js" ([Edit=Allow only Stewards] (indefinite) [Move=Allow only Stewards] (indefinite) [Delete=Allow only Stewards] (indefinite) [Protect=Allow only Stewards] (indefinite)))
m (Removed protection from "MediaWiki:Common.js")
(No difference)

Revision as of 20:01, 21 July 2020

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