fix for 136937;mail composition body becomes ineditable after send failure;r=srilatha;sr=mscott

This commit is contained in:
varada%netscape.com 2002-04-18 21:56:04 +00:00
Родитель 7bb5e820a4
Коммит c363c82d1d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -163,7 +163,7 @@ function disableEditableFields()
function enableEditableFields()
{
editorShell.editor.flags ^= nsIPlaintextEditorMail.eEditorReadonlyMask;
editorShell.editor.flags &= ~nsIPlaintextEditorMail.eEditorReadonlyMask;
var enableElements = document.getElementsByAttribute("disableonsend", "true");
for (i=0;i<enableElements.length;i++)
{