diff --git a/index.html b/index.html index 57e8fbf047fafe48d1907c2f55c596c41004dfd3..9fc67e0c7392f2631dec65e6f038fa441e0a2703 100644 --- a/index.html +++ b/index.html @@ -415,7 +415,7 @@ //Inicializar documento async function iniciarWeb() { - const availableFiles = []; + /*const availableFiles = []; for (const fileName of fileNamesList) { if (await checkFileExists(fileName)) { availableFiles.push(fileName); @@ -429,6 +429,9 @@ option.textContent = fileName; dropdown.appendChild(option); }); + console.log(availableFiles);*/ + const availableFiles = ["10 1", "10 2", "10 3", "10 4", "10 5", "10 6", "10 7", "10 8", "10 9", "10 10", "11 4", "11 14"]; + key = availableFiles[6]; dropdown.value = key;