Content deleted Content added
Ohconfucius (talk | contribs) No edit summary |
Ohconfucius (talk | contribs) tweak 2000 AD protection |
||
Line 691:
txt.value=txt.value.replace(/(\[\[June )(1, 1974\]\])/gi, '$1♫$2'); //June 1, 1974 is the name of an album
txt.value=txt.value.replace(/(\'\'June )(1, 1974\'\')/gi, '$1♫$2');
txt.value=txt.value.replace(/(\[\[)((?:2300|2000
}
Line 702:
txt.value=txt.value.replace(/(6th\sof\s)♫(October City)/gi, '$1$2');
txt.value=txt.value.replace(/(June )♫(1, 1974)/gi, '$1$2');
txt.value=txt.value.replace(/(\w)♫(\w)/g, '$1$2'); //2010-10-06 quick patch to remove any spurious protection markers
txt.value=txt.value.replace(/\x02([0-9]+)\x03/g, function(x, n){
|