From 1622bc30503262f1d35823a5b17ba62f8fa3e3b7 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:30:21 -0500 Subject: [PATCH] F-LAB-28: panel configurar tomas abre con todas desmarcadas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit El profesional elige manualmente cuáles tomas aplicar antes de iniciar el protocolo, en vez de tener que desmarcar las que no usa. Co-Authored-By: Claude Sonnet 4.6 --- ver_formulario_enviado.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ver_formulario_enviado.php b/ver_formulario_enviado.php index e59a92a..adea505 100644 --- a/ver_formulario_enviado.php +++ b/ver_formulario_enviado.php @@ -1357,7 +1357,7 @@ function _mpShowCfgPanel(examName, groups) { var s = secs[i]; html += '
' + '' + + ' id="cfg-' + s.firma + '" value="' + s.firma + '" data-group="' + gk + '">' + '' + '
';