Filemanager - Fix save as only downloaded the last file

This commit is contained in:
nathangray 2018-04-24 11:26:16 -06:00
parent 982dd84842
commit f9d7b92552

View File

@ -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);
}