mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
fixed code
This commit is contained in:
@@ -10,7 +10,7 @@ manualUploadBtn.addEventListener('click', () => {
|
||||
});
|
||||
|
||||
//function to check if one checkbox is at least klicked
|
||||
|
||||
function checkBoxes() {
|
||||
try {
|
||||
const checkboxes = document.querySelectorAll('input[name="docFormat"]');
|
||||
let isChecked = false;
|
||||
|
||||
Reference in New Issue
Block a user