fixed the submitbutton

This commit is contained in:
2025-12-09 15:23:49 +01:00
parent 34a8b186a8
commit b182e0a3c7
+1 -1
View File
@@ -242,7 +242,7 @@ function loadSpeakerAudio(option){
function activateSubmitBtn(hasFile){ function activateSubmitBtn(hasFile){
try { try {
submitButton.disabled = !hasFile; document.getElementById("submitButton").disabled = !hasFile;
} catch (error) { } catch (error) {
console.log(error); console.log(error);
} }