Content deleted Content added
PleaseStand (talk | contribs) m Fix mediawiki.api → mediawiki.Api |
PleaseStand (talk | contribs) m Fix < → >= |
||
Line 7:
// Bail out unless on a user or user talk page, and not a subpage.
if ( ( ns !== 2 && ns !== 3 ) || title.indexOf( '/' )
return;
}
|