Skip to content
Snippets Groups Projects
Commit 011b60e9 authored by alecf%netscape.com's avatar alecf%netscape.com
Browse files

fix for #43469 - trouble creating a POP account

r=putterman
a=granrose
parent 66ab757c
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,11 @@ function onInit() {
if (selectedElements && selectedElements.length>0)
servertypeMenulist.selectedItem = selectedElements[0];
}
// initialize to default selected item
else {
hiddenInput.value = servertypeMenulist.selectedItem.getAttribute("data");
}
var smtpTextField = document.getElementById("smtphostname");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment