Content deleted Content added
purge 50 at a time Tag: Reverted |
Undid revision 1237088885 by Ahecht (talk) meant to edit sandbox |
||
Line 55:
function postSuccess() {
var tag = reuse ? 0 : count;
mw.notify(++count
postDone();
}
Line 63 ⟶ 62:
if (action == "purge") {
apiParams.titles = pageList.
apiParams.forcerecursivelinkupdate = "1";
new mw.Api().post(apiParams).fail(postFail).done(postSuccess);
|