mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 21:22:35 +01:00
remove check for uploads on browse
This commit is contained in:
parent
e4301963a2
commit
80cf343516
@ -81,13 +81,6 @@ $(document).ready(function() {
|
||||
}
|
||||
file = event.originalEvent.dataTransfer.files[0];
|
||||
} else {
|
||||
if (event.target.files.length > 1){
|
||||
document.l10n.formatValue('uploadPageMultipleFilesAlert')
|
||||
.then(str => {
|
||||
alert(str);
|
||||
});
|
||||
return;
|
||||
}
|
||||
file = event.target.files[0];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user