mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
* Filemanager: Fix not working file upload in IE
This commit is contained in:
parent
2a4e77f382
commit
c651fa269a
@ -439,7 +439,8 @@ var et2_file = et2_inputWidget.extend(
|
||||
this.resumable.removeFile(this.resumable.files[i]);
|
||||
}
|
||||
|
||||
var event = new Event('upload');
|
||||
var event = jQuery.Event('upload');
|
||||
|
||||
event.data = this;
|
||||
|
||||
var result = false;
|
||||
|
Loading…
Reference in New Issue
Block a user