Commit 308a6ffc8054045cb6ea3cdca5b0962208d1e586
1 parent
94ea568689
Exists in
master
and in
1 other branch
Agregado script en index.html
Showing
3 changed files
with
3 additions
and
0 deletions
Show diff stats
index.html
... | ... | @@ -99,6 +99,7 @@ |
99 | 99 | <script src="./node_modules/foca-parametros/dist/foca-parametros.min.js"></script> |
100 | 100 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> |
101 | 101 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> |
102 | + <script src="./node_modules/foca-modal-descarga/dist/foca-modal-descarga.min.js"></script> | |
102 | 103 | <script src="./src/js/app.js"></script> |
103 | 104 | <script src="./src/js/controller.js"></script> |
104 | 105 | <script src="./src/etc/develop.js"></script> |
package.json
... | ... | @@ -70,6 +70,7 @@ |
70 | 70 | "foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git", |
71 | 71 | "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git", |
72 | 72 | "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", |
73 | + "foca-modal-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-descarga.git", | |
73 | 74 | "foca-modal-detalle-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-cisternas.git", |
74 | 75 | "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git", |
75 | 76 | "foca-modal-detalles": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalles.git", |
src/js/app.js