mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
* All apps: fix drag and drop a file from FireFox download list not working
This commit is contained in:
parent
31241227e1
commit
ed943afdf5
@ -356,7 +356,7 @@
|
|||||||
// bind all properties except for callback
|
// bind all properties except for callback
|
||||||
var entry = item;
|
var entry = item;
|
||||||
if('function' === typeof item.webkitGetAsEntry){
|
if('function' === typeof item.webkitGetAsEntry){
|
||||||
entry = item.webkitGetAsEntry();
|
entry = item.webkitGetAsEntry() || item;
|
||||||
}
|
}
|
||||||
return processItem.bind(null, entry, "", files);
|
return processItem.bind(null, entry, "", files);
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user