mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +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
|
||||
var entry = item;
|
||||
if('function' === typeof item.webkitGetAsEntry){
|
||||
entry = item.webkitGetAsEntry();
|
||||
entry = item.webkitGetAsEntry() || item;
|
||||
}
|
||||
return processItem.bind(null, entry, "", files);
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user