Bug 339505: attachment box should not disappear if emptied, patch by Adam Guthrie <ispiked@gmail.com>, r=mscott

This commit is contained in:
gavin%gavinsharp.com 2006-07-13 10:42:36 +00:00
parent 8dd0d722a2
commit f7dc9e77fe

View File

@ -2795,9 +2795,6 @@ function RemoveSelectedAttachment()
}
gContentChanged = true;
}
if (!MessageHasAttachments())
ChangeAttachmentBucketVisibility(true);
}
function FocusOnFirstAttachment()