From 62845f56b011e46e23ebdd3fd5e5a8137e8c2c27 Mon Sep 17 00:00:00 2001 From: frajuar <franciscojavier.juarez@estudiantes.uva.es> Date: Mon, 2 Dec 2024 11:51:24 +0100 Subject: [PATCH] segundo commit --- Js/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Js/script.js b/Js/script.js index 33c4a94..fe4a11f 100644 --- a/Js/script.js +++ b/Js/script.js @@ -12,7 +12,6 @@ document.addEventListener('DOMContentLoaded', function () { if (key !== "countryName") { // Convert the value to a number if it's a valid number, otherwise keep it as a string const value = isNaN(fila[key]) ? fila[key] : parseFloat(fila[key]); - countryData.push(value); /*console.log(value);*/ } -- GitLab