MediaWiki:Gadget-updates-core.js: Difference between revisions

Created page with "/** <pre> * Implements a script that allows users to create new update pages easily * * @author Joeytje50 * @author MrDew * @author JaydenKieran * @author Elessar2 *..."
 
mNo edit summary
 
Line 1: Line 1:
/** <pre>
* Implements a script that allows users to create new update pages easily
*
* @author Joeytje50
* @author MrDew
* @author JaydenKieran
* @author Elessar2
*
* TODO: show list of IMGs to be uploaded for confirmation? maybe even small clickable thumbnails
* TODO: btw, mw.notify( $.parseHTML( "lol<br>ok" ), { ... } ); works... :x
*/
/*jshint bitwise: true, eqeqeq: true, esversion: 6, forin: true, freeze: true,
/*jshint bitwise: true, eqeqeq: true, esversion: 6, forin: true, freeze: true,
         futurehostile: true, immed: true, latedef: true, noarg: true, nonew: true,
         futurehostile: true, immed: true, latedef: true, noarg: true, nonew: true,