From 78b01033c576e008addfa51567a5bb1260ca927d Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Wed, 22 Jul 2026 21:26:27 -0500 Subject: [PATCH] fix: cargar SigWebTablet.js desde /assets/js/ en form_cliente Co-Authored-By: Claude Sonnet 4.6 --- form_cliente.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form_cliente.php b/form_cliente.php index 0b21ec2..93777f3 100644 --- a/form_cliente.php +++ b/form_cliente.php @@ -1270,7 +1270,7 @@ function iniciarCondiciones(esquema) { // TOPAZ SIGWEB // ══════════════════════════════════════════════════════════════════════ const topaz = (() => { - const SIGWEB_URL = 'http://localhost:47289/SigWeb/SigWebTablet.js'; + const SIGWEB_URL = '/assets/js/SigWebTablet.js'; let _loaded = false, _ctx = null, _fid = null, _poll = null; function _call(fn, ...args) {