User:ErrantX/defaultsummaries.js: Difference between revisions

Content deleted Content added
fix
fix
Line 1:
 
// The original value of the edit summary field is stored here
var editsummOriginalSummary = new String();
Line 51 ⟶ 50:
var theParent = insertBeforeThis.parentNode;
theParent.insertBefore(dropdown,insertBeforeThis);
theParent.insertBefore(document.createTextNode("<br />"),dropdown);
 
// Store a global ref to it