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