From 56c5811350b740ac7c50c7863a5cca45877e2425 Mon Sep 17 00:00:00 2001 From: Tatiana Villa Ema Date: Sun, 18 Jan 2026 00:11:41 +0100 Subject: [PATCH] primer commit --- js/codigo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/codigo.js b/js/codigo.js index c824e2d..d97e385 100644 --- a/js/codigo.js +++ b/js/codigo.js @@ -34,7 +34,7 @@ async function cargarYActualizarTodo() { try { // 2. Cargar el JSON unificado (enero/febrero que creamos) - const respuesta = await fetch('../data/calendario-liturgico.json'); + const respuesta = await fetch('data/calendario-liturgico.json'); const datosCalendario = await respuesta.json(); // 3. Buscar el objeto del día de hoy @@ -79,7 +79,7 @@ async function difuntos() { const diaHoy = hoy.getDate(); try { - const res = await fetch('../data/difuntos.json'); + const res = await fetch('data/difuntos.json'); const listaDifuntos = await res.json(); // Buscamos si alguien cumple aniversario de fallecimiento hoy