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

Content deleted Content added
Always before a "linkshere" search when script is initialized from "Special:WhatLinksHere".
bubblecount
Line 64:
count = count + ( (action == "purge") ? ((apiParams.titles.match(/\|/g) || []).length + 1) : 1 );
mw.notify(count + " of " + totalCount + " page(s) were updated", {
tag: "bubblebubblecount" + (reuse ? 0 : count),
autoHideSeconds: (action == 'purge') ? 'long' : 'short'
} );