Tinkering

pull/414/head
HeNine 3 years ago
parent 7e1c9a36d8
commit 7dedd38b41

@ -37,7 +37,6 @@ 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())

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

Loading…
Cancel
Save