autopatrol
3,554
edits
m (How's about this.) |
(Restore to version 4157 by Matt) |
||
Line 3: | Line 3: | ||
jQuery( document ).ready( function() { | jQuery( document ).ready( function() { | ||
var ns = mw.config.get( 'wgNamespaceNumber' ); | var ns = mw.config.get( 'wgNamespaceNumber' ); | ||
if | if ( ns !== 2 && ns !== 3 ) { | ||
return; // restrict to User and User talk | return; // restrict to User and User talk | ||
} | } |