mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Add function to send speaker packages and handle errors
This commit is contained in:
+11
-1
@@ -499,4 +499,14 @@ function reloadDocuments() {
|
|||||||
existingDocs.appendChild(option);
|
existingDocs.appendChild(option);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function sendSpeakerPackages() {
|
||||||
|
try {
|
||||||
|
window.submitSpeaker.speaker_submit(speakerAudios);
|
||||||
|
} catch (error) {
|
||||||
|
console.log(error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
window.sendSpeakerPackages = sendSpeakerPackages;
|
||||||
Reference in New Issue
Block a user