minor changes to Text

This commit is contained in:
MikeHughes-BIN
2026-01-15 13:52:51 +01:00
parent 66762b8251
commit ecece5009e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -110,7 +110,7 @@
<label id="labelType">Select type:</label> <label id="labelType">Select type:</label>
<select name="output_type" id="output_type"> <select name="output_type" id="output_type">
<option value="pdf">.pdf</option> <option value="pdf">.pdf</option>
<option value="word">.word</option> <option value="word">.docx</option>
<option value="txt">.txt</option> <option value="txt">.txt</option>
</select> </select>
</div> </div>
@@ -163,7 +163,7 @@
<!-- Here starts code from step 4--> <!-- Here starts code from step 4-->
<div class="step" id="step4" style="display:none;"> <div class="step" id="step4" style="display:none;">
<h2 class="h2">Klick to submit:</h2> <h2 class="h2">Click to submit:</h2>
<button class="submit-btn" id="submitButton" onclick="checkBoxes()" disabled>Submit</button> <button class="submit-btn" id="submitButton" onclick="checkBoxes()" disabled>Submit</button>
<div class="testy" id="testy"> <div class="testy" id="testy">
+1 -1
View File
@@ -264,7 +264,7 @@ Functions used in Step 4
*/ */
//function to check if one checkbox is at least klicked. Final controll function before sending the input to the generation //function to check if one checkbox is at least clicked. Final controll function before sending the input to the generation
function checkBoxes() { function checkBoxes() {
try { try {
const checkboxes = document.querySelectorAll('input[name="docFormat"]'); const checkboxes = document.querySelectorAll('input[name="docFormat"]');