MediaWiki:Gadget-RequestSolver.js: Difference between revisions

From Test Wiki
Content deleted Content added
m another option added
typoo fixed
Line 94: Line 94:
var sectionNumber = $(this).data('section');
var sectionNumber = $(this).data('section');
$(this).text("Processing...");
$(this).text("Processing...");
RS.doEdit(sectionNumber, '{{Withraw}}', 'Marked as withdraw', 'stale');
RS.doEdit(sectionNumber, '{{Withdraw}}', 'Marked as withdraw', 'Withdraw');
});
});