User:TarnishedPath/MovePlus.js: Difference between revisions

Content deleted Content added
attempt to fix error
Tag: Reverted
Undid revision 1301880481 by TarnishedPath (talk)
Line 1,504:
case "move":
operation = async function(progressBox) {
const config = checkCheckboxes();
await movePlus.movePage(this.name, this.extra, moveSummary, progressBox, config);
};
Line 1,520:
case "roundRobin":
operation = async function(progressBox) {
const config = checkCheckboxes();
await movePlus.moveRoundRobin(this.name, this.extra, moveSummary, progressBox, config);
};
Line 1,528:
case "technicalRequest":
operation = async function(progressBox) {
const config = checkCheckboxes();
await movePlus.submitRMTR(this.name, this.extra, admin, rmtrReason, progressBox);
};