Compare commits
2
Commits
f9619db8ef
...
c6d2caef55
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6d2caef55 | ||
|
|
8ac5224425 |
File diff suppressed because it is too large
Load Diff
@@ -3046,9 +3046,9 @@ function mostrarToast(msg, type = 'info', duration = 2500) {
|
|||||||
<script src="<?= defined('APP_URL') ? rtrim(APP_URL,'/') : '' ?>/assets/js/lab-sidebar.js"></script>
|
<script src="<?= defined('APP_URL') ? rtrim(APP_URL,'/') : '' ?>/assets/js/lab-sidebar.js"></script>
|
||||||
<script>
|
<script>
|
||||||
(function() {
|
(function() {
|
||||||
// SigWeb >=1.6.4 sirve HTTPS en :47290 (necesario cuando la app es HTTPS).
|
// Carga desde nuestro servidor primero; fallback a SigREST local si aún no se sube el archivo.
|
||||||
// Intentar HTTPS primero; si falla, fallback a HTTP :47289.
|
|
||||||
var URLS = [
|
var URLS = [
|
||||||
|
'<?= rtrim(defined('APP_URL') ? APP_URL : '', '/') ?>/assets/js/SigWebTablet.js',
|
||||||
'https://localhost:47290/SigWeb/SigWebTablet.js',
|
'https://localhost:47290/SigWeb/SigWebTablet.js',
|
||||||
'http://localhost:47289/SigWeb/SigWebTablet.js'
|
'http://localhost:47289/SigWeb/SigWebTablet.js'
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user