Content deleted Content added
notify the last GAN nominator too - using toolforge endpoint |
guard against errors |
||
Line 217:
timeout: 4000
}).then(function (nom) {
if (nom === '<Unknown>') {
return;
}
gar.usersToNotify.push(nom);
}).catch(function () {
return $.Deferred().resolve(); // might be some server issue; don't fail
});
},
|