mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Get drag out action working again
This commit is contained in:
parent
f61c898b86
commit
10eb33cbdd
@ -166,7 +166,7 @@ function egwDragActionImplementation()
|
||||
for(var i = 0; i < groups.drag.length; i++)
|
||||
{
|
||||
// dragType 'file' says it can be dragged as a file
|
||||
if(groups.drag[i].link.actionObj.dragType == 'file')
|
||||
if(groups.drag[i].link.actionObj.dragType == 'file' || groups.drag[i].link.actionObj.dragType.indexOf('file') > -1)
|
||||
{
|
||||
action = groups.drag[i].link.actionObj;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user