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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user