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
+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() {
try {
const checkboxes = document.querySelectorAll('input[name="docFormat"]');