mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +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
|
// DRAG and DROP events
|
||||||
'file_drag' => array(
|
'file_drag' => array(
|
||||||
'dragType' => array('file','link'),
|
'dragType' => array('file','link'),
|
||||||
'type' => 'drag',
|
'type' => 'drag'
|
||||||
'onExecute' => 'javaScript:app.filemanager.drag'
|
|
||||||
),
|
),
|
||||||
'file_drop_mail' => array(
|
'file_drop_mail' => array(
|
||||||
'type' => 'drop',
|
'type' => 'drop',
|
||||||
|
Loading…
Reference in New Issue
Block a user