From 02d5f48b7fa2892a63751b73af68f3c5fa90ded7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Solla?= <danielgarciasolla0@gmail.com> Date: Sun, 8 Dec 2024 08:43:35 +0100 Subject: [PATCH] Keys --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 57e8fbf..9fc67e0 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; -- GitLab