Content deleted Content added
Lightmouse (talk | contribs) No edit summary |
Lightmouse (talk | contribs) No edit summary |
||
Line 1,137:
txt.value = txt.value.replace(monthyear, "$1 $2");
txt.value=txt.value.replace(/{{(?:by|ly)\|(\d{1,4})}}/gi, '$1');
// Press the diff button to check it
document.editform.wpDiff.click()
}
|