Implemented a deaktivateProgressbar function

This commit is contained in:
2025-11-17 13:15:37 +01:00
parent 1e3d830ae2
commit ada231cd28
3 changed files with 32 additions and 8 deletions
+3 -1
View File
@@ -12,6 +12,8 @@
<div class="flagsBtns" id="flagsBtns">
<select name="ai_type" id="ai_type">
</select>
<select name="transkript_type" id="transkript_type">
</select>
<select name="language_option" id="language_option">
</select>
</div>
@@ -40,7 +42,7 @@
<button class="submit-btn" id="submitButton" onclick="checkBoxes()" disabled>Submit</button>
<div class="progressbar">
<div class="progressbar" id="progressbar">
<div class="progress_fill"></div>
<span class="progress_text">0%</span>
</div>