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, '{{ |
RS.doEdit(sectionNumber, '{{Withdraw}}', 'Marked as withdraw', 'Withdraw'); |
||
}); |
}); |
||