Content deleted Content added
SilverLocust (talk | contribs) debugging |
SilverLocust (talk | contribs) fix? |
||
Line 16:
for ( p in pages ) {
pid = p;
}
} );
if(confirm(message)) {
api.postWithToken(
{
action: 'pagetriageaction',
pageid: pid
});▼
}
}
});
|