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: "
autoHideSeconds: (action == 'purge') ? 'long' : 'short'
} );
|