mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
Get drag out action working again
This commit is contained in:
parent
66e889fe06
commit
ffa99fcb01
@ -166,7 +166,7 @@ function egwDragActionImplementation()
|
|||||||
for(var i = 0; i < groups.drag.length; i++)
|
for(var i = 0; i < groups.drag.length; i++)
|
||||||
{
|
{
|
||||||
// dragType 'file' says it can be dragged as a file
|
// 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;
|
action = groups.drag[i].link.actionObj;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user