From 7d93b841c4957ce2f26b7be80a8f0ea22a61ab6e Mon Sep 17 00:00:00 2001 From: Tatiana Villa Ema Date: Wed, 29 Apr 2026 19:46:16 +0200 Subject: [PATCH] Conectando frontend y backend --- frontend/js/header.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/js/header.js b/frontend/js/header.js index 19e31a1..47b0f66 100644 --- a/frontend/js/header.js +++ b/frontend/js/header.js @@ -39,6 +39,7 @@ function inicializarVariables() { nombreCicloElem = document.getElementById('nombre_ciclo'); cicloParImparElem = document.getElementById('ciclo_par_impar'); santoDelDiaElem = document.getElementById('santo-del-dia'); + santoDelDiaElem.textContent = "Cargando santo..."; descripcionSantoDelDiaElem = document.getElementById('descripcion-santo-del-dia'); indicadorLiturgicoElem = document.getElementById('indicador-liturgico'); menuPrincipalElem = document.getElementById('menu-principal');