User:DreZhsh/common.js: Difference between revisions

From Test Wiki
Content deleted Content added
DreZhsh (talk | contribs)
No edit summary
DreZhsh (talk | contribs)
No edit summary
Line 27: Line 27:
if (mw.config.get('wgCanonicalSpecialPageName') === 'Block') {
if (mw.config.get('wgCanonicalSpecialPageName') === 'Block') {
if ( re.test(IPtocheck) === true ) {
if ( re.test(IPtocheck) === true ) {
Request;
reqListener;
}
}
}
}