Content deleted Content added
bubblecount |
observe reuse |
||
Line 64:
count = count + ( (action == "purge") ? ((apiParams.titles.match(/\|/g) || []).length + 1) : 1 );
mw.notify(count + " of " + totalCount + " page(s) were updated", {
tag: "
autoHideSeconds: (action == 'purge') ? 'long' : 'short'
} );
|