Content deleted Content added
ensure mediawiki.api is loaded |
Writ Keeper (talk | contribs) up limit to 500, since admins have apihighlmiit |
||
Line 1:
$.when( mw.loader.using( 'mediawiki.api' ), $.ready ).then( function()
{
var apiLimit = 500;
var api = new mw.Api();
if(mw.config.get("wgCanonicalSpecialPageName") == "Contributions")
Line 57 ⟶ 58:
{
revCount = ind + 1;
if(ind >
{
alert("You can't do more than
return false;
}
Line 209 ⟶ 210:
{
revCount = ind + 1;
if(ind >
{
alert("You can't do more than
return false;
}
|