Merge branch 'feature/ui-test' of gitlab.rlp.net:proj-wise2526-video2document/video2document into feature/ui-test

This commit is contained in:
Verena Schulz
2025-12-17 16:42:11 +01:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ function loadSpeakerOptions(options){
choice.value = object_holdy[i];
menu.appendChild(choice);
}
document.getElementById("speakerAudioViewer").src = options.speakerA.src;
} catch (error) {
console.log("Error in script.js loadSpeakerOptions function");
console.log(error);