Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 6:
txt.value = txt.value.replace(new RegExp(s, "g"), r);
}
txt.value = txt.value.replace(
// Add a tag to the summary box
var txt = document.editform.wpSummary;
|