Fix, so the transcript module names get loaded in the right drop down menu

This commit is contained in:
2025-11-24 14:19:57 +01:00
parent 9082543652
commit 718664523c
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -17,10 +17,8 @@
</div> </div>
<div class="dropdownMenus" id="dropdownMenus"> <div class="dropdownMenus" id="dropdownMenus">
<select name="ai_type" id="ai_type"> <select name="ai_type" id="ai_type">
<option value="ai">ai</option>
</select> </select>
<select name="transkript_type" id="transkript_type"> <select name="transkript_type" id="transkript_type">
<option value="transkripty">transkripty</option>
</select> </select>
<select name="output_type" id="output_type"> <select name="output_type" id="output_type">
<option value="mp4">mp4</option> <option value="mp4">mp4</option>
+1 -1
View File
@@ -149,7 +149,7 @@ function loadAiOptions(options){
//function to load transcription options to the drop down list //function to load transcription options to the drop down list
function loadTranscriptionOptions(options){ function loadTranscriptionOptions(options){
try { try {
var menu = document.getElementById('ai_type'); var menu = document.getElementById('transkript_type');
var object_holdy; var object_holdy;
var choice ; var choice ;
object_holdy = options object_holdy = options