View source for MediaWiki:Gadget-defaultsummaries.js
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* _____________________________________________________________________________
* | |
* | === WARNING: GLOBAL GADGET FILE === |
* | Changes to this page affect many users. |
* | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
* |_____________________________________________________________________________|
*
* Imported as of 09/06/2011 from [[User:ErrantX/defaultsummaries.js]]
* Edited version from [[User:MC10/defaultsummaries.js]]
* Implements default edit summary dropdown boxes
*/
/* global mw, ve */
/* eslint-disable no-jquery/no-global-selector */
( function () { // Wrap with anonymous function
var $summaryBox = $( '#wpSummary' ),
minorSummaries = [
'Spelling/grammar/punctuation/typographical correction',
'Fixing style/layout errors',
'[[Help:Reverting|Reverting]] [[Wikipedia:Vandalism|vandalism]] or test edit',
000
1:0
Return to MediaWiki:Gadget-defaultsummaries.js.