mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
fixing a problem reported for chrome and safari regarding the multiple upload of files in filemanager
This commit is contained in:
parent
b075a5ad66
commit
d8436c8ddc
@ -295,5 +295,6 @@ function add_upload(upload)
|
||||
var br = document.createElement('br');
|
||||
parent.insertBefore(br,upload);
|
||||
upload.id += parent.childNodes.length;
|
||||
upload.value = '';
|
||||
newUpload.value = '';
|
||||
parent.insertBefore(upload,newUpload);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user