Fixed the display and resetting of the audio

This commit is contained in:
2025-12-17 15:55:00 +01:00
parent bbaab9cd21
commit b742411dcc
2 changed files with 2 additions and 2 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);