Content deleted Content added
No edit summary |
remove extra alert |
||
Line 88:
}
mytxt = mytxt + "}}";
mycontent.value = mycontent.value + mytxt;
// Move up
Line 97:
mysummary = 'Adding unknown parameter tracking through ['
+ '[:Category:Pages using ' + mypagename + ' with unknown parameters]]'
+ ' using [[Module:check for unknown parameters]]';
var editsummary = document.getElementsByName('wpSummary')[0];
if(typeof editsummary == 'object') {
|