MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Blanked the page |
Kazrok4545 (talk | contribs) 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' ); |
|||
} ); |