mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +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() {
|
window.setTimeout(jQuery.proxy(function() {
|
||||||
var evt = document.createEvent('MouseEvent');
|
var evt = document.createEvent('MouseEvent');
|
||||||
evt.initMouseEvent('click', true, true, window, 1, 0, 0, 0, 0, false, false, false, false, 0, null);
|
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();
|
this.remove();
|
||||||
}, a), 100*i);
|
}, a), 100*i);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user