mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Filemanager: Fix broken drag
Gave error "Uncaught app.filemanager.drag is not a function", because app.filemanager.drag was removed in 2014 (96d9f14
)
This commit is contained in:
parent
9cc1f08d63
commit
e19cef1c07
@ -243,8 +243,7 @@ class filemanager_ui
|
||||
// DRAG and DROP events
|
||||
'file_drag' => array(
|
||||
'dragType' => array('file','link'),
|
||||
'type' => 'drag',
|
||||
'onExecute' => 'javaScript:app.filemanager.drag'
|
||||
'type' => 'drag'
|
||||
),
|
||||
'file_drop_mail' => array(
|
||||
'type' => 'drop',
|
||||
|
Loading…
Reference in New Issue
Block a user