MediaWiki:Gadget-PatrollingEnhancements.js: Difference between revisions
Chrysophylax (talk | contribs) Created page with "var GPE = {}; →</pre> ==Configuration options== <pre>: // The initial value to put in the "deletion reason" text-field; you can // override this in your common.js (or ve..." |
No edit summary |
||
| Line 1: | Line 1: | ||
/* eslint-env es6, browser, jquery */ | |||
/* eslint semi: "error" */ | |||
/* jshint esversion: 6, eqeqeq: true */ | |||
/* globals $, mw */ | |||
/* requires mw.cookie, mw.storage */ | |||
var GPE = {}; | var GPE = {}; | ||
/* </pre> | /* </pre> | ||