mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fixing a problem reported for chrome and safari regarding the multiple upload of files in filemanager
This commit is contained in:
parent
aaab800d80
commit
855d379b43
@ -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