Skip to content
Snippets Groups Projects
Commit f9810667 authored by pabmart0's avatar pabmart0
Browse files

error en seleccion de temporada

parent c21e193d
Branches
No related tags found
No related merge requests found
Pipeline #13072 passed
......@@ -15,7 +15,6 @@ document.addEventListener('DOMContentLoaded', function() {
if (selectedSeason < 1993 || selectedSeason > 2024) {
errorMessage.style.display = "block";
return; // Salir de la función si hay un error
} else {
errorMessage.style.display = "none";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment