Content deleted Content added
No edit summary |
bug |
||
Line 42:
type: 'radio',
name: 'gartype',
list: [
{
Line 254 ⟶ 253:
'{{subst:GARMessage|' + gar.title + '|page=' + gar.num + '}} ~~~~');
var editsummary = '[[' + gar.title + ']] listed for Good article reassessment' + gar.advert;
var notificationsDone = 0;
users.forEach(function(user, idx) {
var usertalk = new Morebits.wiki.page('User talk:' + user, 'Notifying ' + user);
Line 259:
usertalk.setEditSummary(editsummary);
usertalk.append(function() {
if (
def.resolve();
}
|