MediaWiki:DYK-nomination-wizard.js: Difference between revisions
Content deleted Content added
add a newline in this output, requested on talk |
per tper |
||
Line 461:
$('#dyk-qpq-count').text('1, as you have ' + numPriorNoms + ' past nominations');
} else if (numQpqsNeeded == 0) {
$('#dyk-qpq-count').text('0, as you have
} else {
$('#dyk-qpq-count').text('failed to calculate');
Line 652:
var prosesizewarn = $('#dyk-prosesize').css('color') === "rgb(255, 0, 0)";
if (prosesizewarn && !confirm('This article has
return;
}
|