diff --git a/ver_formulario_enviado.php b/ver_formulario_enviado.php index edca63d..98aa0d0 100644 --- a/ver_formulario_enviado.php +++ b/ver_formulario_enviado.php @@ -884,10 +884,8 @@ function esc2(mixed $v): string { /* ── Firma de consentimiento turnero ────────────────────────────────── */ (function () { - var widget = document.getElementById('turneroFirmaWidget'); - if (!widget) return; - var canvas = document.getElementById('turneroCv'); + if (!canvas) return; var ctx = canvas.getContext('2d'); var btnLimp = document.getElementById('turneroLimpiar'); var btnFirm = document.getElementById('turneroFirmar');