User:Ahecht/Scripts/refresh.js: Difference between revisions

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: "bubblecountbubble" + (reuse ? 0 : "count"),
autoHideSeconds: (action == 'purge') ? 'long' : 'short'
} );