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

git-svn-id: svn://10.0.0.236/trunk@202009 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2006-07-13 10:42:36 +00:00
parent 957ea32470
commit 171db83ace

View File

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