Tinkering

multichannel
HeNine 3 years ago
parent 7e1c9a36d8
commit 7dedd38b41

@ -37,7 +37,6 @@ function fillLineInfo(line_json) {
async function submit() { async function submit() {
const new_transcription = document.getElementById("new_transcription").value; const new_transcription = document.getElementById("new_transcription").value;
const new_speakers = await Promise.all(document.getElementById("speaker_input").value const new_speakers = await Promise.all(document.getElementById("speaker_input").value
.trim()
.split(",") .split(",")
.filter(x => x !== "") .filter(x => x !== "")
.map(speaker_raw => speaker_raw.trim()) .map(speaker_raw => speaker_raw.trim())

@ -40,7 +40,8 @@ label {
} }
#new_transcription { #new_transcription {
width: 894px; box-sizing: border-box;
width: 100%;
height: 5em; height: 5em;
} }
} }

Loading…
Cancel
Save