зеркало из https://github.com/mozilla/pjs.git
Родитель
f8267bc946
Коммит
74d9b7a33d
|
@ -183,6 +183,7 @@ function enableEditableFields()
|
|||
var gComposeRecyclingListener = {
|
||||
onClose: function() {
|
||||
//Reset recipients and attachments
|
||||
ReleaseAutoCompleteState();
|
||||
awResetAllRows();
|
||||
RemoveAllAttachments();
|
||||
|
||||
|
@ -2087,6 +2088,16 @@ function SetContentAndBodyAsUnmodified()
|
|||
gContentChanged = false;
|
||||
}
|
||||
|
||||
function ReleaseAutoCompleteState()
|
||||
{
|
||||
for (i=1; i <= awGetMaxRecipients(); i++)
|
||||
document.getElementById("addressCol2#" + i).removeSession(gLDAPSession);
|
||||
|
||||
gSessionAdded = false;
|
||||
gLDAPSession = null;
|
||||
gAutocompleteSession = null;
|
||||
}
|
||||
|
||||
function MsgComposeCloseWindow(recycleIt)
|
||||
{
|
||||
if (gMsgCompose)
|
||||
|
|
Загрузка…
Ссылка в новой задаче