mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
Filemanager - Fix save as only downloaded the last file
This commit is contained in:
parent
982dd84842
commit
f9d7b92552
@ -659,7 +659,7 @@ app.classes.filemanager = AppJS.extend(
|
||||
window.setTimeout(jQuery.proxy(function() {
|
||||
var evt = document.createEvent('MouseEvent');
|
||||
evt.initMouseEvent('click', true, true, window, 1, 0, 0, 0, 0, false, false, false, false, 0, null);
|
||||
a[0].dispatchEvent(evt);
|
||||
this[0].dispatchEvent(evt);
|
||||
this.remove();
|
||||
}, a), 100*i);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user