Register mail as a file drag type too

This commit is contained in:
Nathan Gray 2013-04-11 12:56:52 +00:00
parent 6d6feb06d7
commit 927dd9e5dc

View File

@ -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',
),