From 4f1a4c5afb261a5e766ba923c7277313a4f3b5a8 Mon Sep 17 00:00:00 2001 From: marsalva Date: Sun, 8 Mar 2026 22:32:38 +0000 Subject: [PATCH] Actualizar configuracion.html --- configuracion.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuracion.html b/configuracion.html index 3eb40a8..ca1e218 100644 --- a/configuracion.html +++ b/configuracion.html @@ -1208,10 +1208,11 @@ toggleHsConfig('assign'); } - // Cargar Cita + // Cargar Cita if (hsSettings.date) { document.getElementById('hs_cfg_date_enabled').checked = hsSettings.date.enabled; document.getElementById('hs_cfg_date_status').value = hsSettings.date.status || "307"; + // 👇 LÍNEA ELIMINADA AQUÍ (Ya no busca hs_cfg_date_days) document.getElementById('hs_cfg_date_inform').checked = hsSettings.date.check_inform || false; document.getElementById('hs_cfg_date_obs').value = hsSettings.date.obs || ""; toggleHsConfig('date'); @@ -1247,6 +1248,7 @@ date: { enabled: document.getElementById('hs_cfg_date_enabled').checked, status: document.getElementById('hs_cfg_date_status').value, + // 👇 LÍNEA ELIMINADA AQUÍ (Ya no lee hs_cfg_date_days) check_inform: document.getElementById('hs_cfg_date_inform').checked, obs: document.getElementById('hs_cfg_date_obs').value },