Content deleted Content added
Use a GET request for fetching deletion reasons |
Writ Keeper (talk | contribs) fix? |
||
Line 1:
$(document).ready(function()
{
var api = new mw.Api();
if(mw.config.get("wgCanonicalSpecialPageName") == "Contributions")
{
Line 184 ⟶ 185:
ajaxData.show=revealString;
}
{
numCompleted++;
Line 370 ⟶ 371:
alert("Something went wrong, so we're going to abort without doing anything.");
}
{
numCompleted++;
|