Content deleted Content added
Writ Keeper (talk | contribs) update for compatibility with massRollback (hopefully) |
Writ Keeper (talk | contribs) fx |
||
Line 111:
for(var i = start; i < stop; i++)
{
$(checkboxArray[i]).prop("checked",
}
}
Line 118:
for(var i = start; i > stop; i--)
{
$(checkboxArray[i]).prop("checked",
}
}
|