diff --git a/ver_formulario_enviado.php b/ver_formulario_enviado.php index bc49d10..27a9f25 100644 --- a/ver_formulario_enviado.php +++ b/ver_formulario_enviado.php @@ -510,7 +510,7 @@ function esc2(mixed $v): string { Foto - <?= $fLabel ?> - +

He leído el documento. Dibuje su firma:

+ @@ -890,6 +891,7 @@ function esc2(mixed $v): string { /* ── Firma de consentimiento turnero ────────────────────────────────── */ (function () { var canvas = document.getElementById('turneroCv'); + var widget = document.getElementById('turneroFirmaWidget'); if (!canvas) return; var ctx = canvas.getContext('2d'); var btnLimp = document.getElementById('turneroLimpiar');