Content deleted Content added
Ohconfucius (talk | contribs) mNo edit summary |
Ohconfucius (talk | contribs) changed edit summary to include script link |
||
Line 430:
// Add a tag to the summary box
var txt=document.editform.wpSummary;
var summary = "[[WP:MOSNUM|unified date formats]]
if (txt.value.indexOf(summary) == -1) {
if (txt.value.match(/[^\*\/\s][^\/\s]?\s*$/)) {
|