forked from extern/egroupware
Register mail as a file drag type too
This commit is contained in:
parent
6d6feb06d7
commit
927dd9e5dc
@ -885,7 +885,7 @@ class mail_ui
|
||||
'onExecute' => 'javaScript:app.mail.mail_delete',
|
||||
),
|
||||
'drag_mail' => array(
|
||||
'dragType' => 'mail',
|
||||
'dragType' => array('mail','file'),
|
||||
'type' => 'drag',
|
||||
'onExecute' => 'javaScript:app.mail.mail_dragStart',
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user