Content deleted Content added
m revert back several versions |
mNo edit summary |
||
Line 65:
// Add a tag to the summary box
var txt = document.editform.wpSummary;
var summary = "
if (txt.value.indexOf(summary) == -1) {
if (txt.value.match(/[^\*\/\s][^\/\s]?\s*$/)) {
|