Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 4:
var r = "$1"
var txt = document.editform.wpTextbox1;
txt.value = txt.value.replace(
}
// Add a tag to the summary box
var txt = document.editform.wpSummary;
|