audio-recodings: simpler upload

This commit is contained in:
Milan
2022-10-23 21:46:03 +02:00
parent c0b658abc0
commit 9d33fe5bdf
3 changed files with 9 additions and 13 deletions

View File

@@ -23,6 +23,7 @@ function changeFile(fileInput){
showError("file is too large. maximum size is 700 MB!");
}else{
$('#uploadButton').show();
$('#uploadButton').focus();
}
}