diff --git a/professor/script.js b/professor/script.js index edb836e..256ade2 100644 --- a/professor/script.js +++ b/professor/script.js @@ -37,6 +37,7 @@ function fillLineInfo(line_json) { async function submit() { const new_transcription = document.getElementById("new_transcription").value; const new_speakers = await Promise.all(document.getElementById("speaker_input").value + .trim() .split(",") .filter(x => x !== "") .map(speaker_raw => speaker_raw.trim())