User:ZuTAa/LicenseReview.js

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
// Original Flickrreview script written by [[User:Patstuar]]
// Rewritten and extended by [[User:ZooFari]]
// Special thanks to [[User:Krinkle]] and [[User:DieBuche]] for assistance
// Large parts rewritten by [[User:Rillke]]
// Taken over by Mahira in June 2018
// Moved to the MediaWiki namespace in Match 2020
// See talk page for documentation
// <nowiki>
/* jshint multistr:true */
/* global AjaxQuickDelete, licenseReviewer */

$(function () {
'use strict';
var conf = mw.config.get(),
    userName = conf.wgUserName;