Content deleted Content added
Writ Keeper (talk | contribs) use mw.api |
Writ Keeper (talk | contribs) error handling |
||
Line 64:
else
{
alert('There was an error requesting the page
}
}).fail(function(data) {
alert('There was an error using AJAX to
});
}
Line 92:
}
}).fail(function(data) {
alert('There was an error using AJAX to edit the page. Error: ' + data);
});
}
|