fix: cargar SigWebTablet.js desde /assets/js/ en form_cliente

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-22 21:26:27 -05:00
co-authored by Claude Sonnet 4.6
parent 41e6c536c0
commit 78b01033c5
+1 -1
View File
@@ -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) {