mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Mail compose and display dialog styling improvment
This commit is contained in:
@ -3058,7 +3058,7 @@ app.classes.mail = AppJS.extend(
|
||||
*/
|
||||
composeUploadStart: function ()
|
||||
{
|
||||
var boxAttachment = this.et2.getWidgetById('mailUploadProgress');
|
||||
var boxAttachment = this.et2.getWidgetById('attachments');
|
||||
if (boxAttachment)
|
||||
{
|
||||
var groupbox = boxAttachment.getParent();
|
||||
|
Reference in New Issue
Block a user