mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
Filemanager - Fix save as only downloaded the last file
This commit is contained in:
parent
8973a62ccc
commit
8873a23fd6
@ -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…
x
Reference in New Issue
Block a user