the interface changed, but the js never did. this caused and error

which prevented us from closing the window.  sr=mscott


git-svn-id: svn://10.0.0.236/trunk@90058 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2001-03-22 01:55:30 +00:00
parent 033b515a1d
commit 6f8f2860c3

View File

@@ -154,9 +154,9 @@ function SelectAddressOKButton()
return false;
}
// reset the UI in compose window
msgCompFields.SetTo(toAddress);
msgCompFields.SetCc(ccAddress);
msgCompFields.SetBcc(bccAddress);
msgCompFields.to = toAddress;
msgCompFields.cc = ccAddress;
msgCompFields.bcc = bccAddress;
top.composeWindow.CompFields2Recipients(top.msgCompFields);
return true;