मीडियाविकि:Gadget-morebits.js: रिवीजन सभ के बीचा में अंतर

Content deleted Content added
Update to commit 65a47e
Update to commit 9bac3c
लाइन 1,055:
return false;
};
 
 
 
/**
* **************** Morebits.pageNameNorm ****************
* Stores a normalized version of the wgPageName variable (underscores converted to spaces).
* For queen/king/whatever and country!
*/
Morebits.pageNameNorm = mw.config.get('wgPageName').replace(/_/g, ' ');