Content deleted Content added
removing the namespace limiter for batchdeletion on pages, though this requires admins to verify they don't delete user pages |
if no pages to delete, try not to delete any pages |
||
Line 138:
}
Status.init( event.target );
if( !pages ) {
Status.error( 'Error', 'nothing to delete, aborting' );
return;
}
function toCall( work ) {
if( work.length == 0 ) {
|