mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
* Mail: take opened compose dialogs into account when trying to forward attachment, share files into mail or vcard attachment from addressbook
This commit is contained in:
@ -482,7 +482,7 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd)
|
||||
}
|
||||
len += tmp.length;
|
||||
}
|
||||
else
|
||||
else if(_extra[i])
|
||||
{
|
||||
len += _extra[i].length;
|
||||
}
|
||||
|
Reference in New Issue
Block a user