User:Technical 13/common.js: Difference between revisions

Content deleted Content added
Technical 13 (talk | contribs)
Technical 13 (talk | contribs)
m ce
Line 43:
if($('ul#mw-whatlinkshere-list li').length === 1){
allPagesReplace += 'the only ';
} else if($('ul#mw-whatlinkshere-list li').length > 1){
allPagesReplace += 'all ' + $('ul#mw-whatlinkshere-list li').length;
}