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:
co-authored by
Claude Sonnet 4.6
parent
41e6c536c0
commit
78b01033c5
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user