User:TarnishedPath/MovePlus.js: Difference between revisions

Content deleted Content added
Undid revision 1301873314 by TarnishedPath (talk) hasn't fixed anything
attempt to fix error
Tag: Reverted
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);
};