User:ErrantX/defaultsummaries.js: Difference between revisions

Content deleted Content added
style tweaks
fix
Line 26:
var dropdown = document.createElement("select");
dropdown.style.width = "38%";
dropdown.style.margin-right = "0px 4px 0px 0px";
dropdown.onchange = new Function("editsummOnCannedSummarySelected()");