Content deleted Content added
Amorymeltzer (talk | contribs) m Remove legacy globals per phab:T72470 (via WP:JWB) |
hopefully this fixes the issue |
||
Line 75:
else
return decodeURIComponent(results[1].replace(/\+/g, " "));
}
function getNamepaceNumber() {
return mw.config.get('wgNamespaceNumber');
}
//Decide whether to import the body of the script or not.
if(
getParameterByName('action') == '' && //No preview or edit
getParameterByName('diff') == '' && //No diffs
|