Content deleted Content added
Ohconfucius (talk | contribs) dating patch |
Ohconfucius (talk | contribs) Undid revision 385733575 by Ohconfucius (talk) reverting to shorten length of edit summary |
||
Line 430:
// 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*$/)) {
|