Changeset 3ae7c21 in firmaeventos for static/js


Ignore:
Timestamp:
Nov 27, 2017, 9:30:31 AM (7 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
2b66ea3
Parents:
5d88f36 (diff), 6228b65 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/cenditel-desarrollo/FirmaEventos

Location:
static/js
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • static/js/DraggableSortable.js

    r5d88f36 r3ae7c21  
    2929        if (num == 1){
    3030          $("#firma_visible #Formato_Visible .text").hide();
    31           console.log(VALOR_X);
    3231          VALOR_X = 0;
    3332          VALOR_Y = 0;
  • static/js/docsDraggable.js

    • Property mode changed from 100644 to 100755
  • static/js/formset.js

    • Property mode changed from 100644 to 100755
  • static/js/funciones.js

    r5d88f36 r3ae7c21  
    7474    html += '<li class="collection-item"><b>Correo: </b>'+data.correo+'</li>';
    7575    html += '</ul>';
    76     html += '<iframe width="700px" height="600px" src="https://192.168.12.154:8443/Murachi/0.1/archivos/listadopdf/'+data.documento+'">';
     76    html += '<iframe width="700px" height="600px" src="https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/listadopdf/'+data.documento+'">';
    7777    html += '</iframe><br/>';
    7878    if (firma==true) {
     
    161161                type: 'POST',
    162162                contentType: 'application/json',                               
    163                 url:"https://192.168.12.154:8443/Murachi/0.1/archivos/pdfs2",
    164                 //url:"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/pdfs",
    165         //url: "https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/firmados/pdfs",
     163                url:"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/pdfsqr",
    166164                dataType: "json",
    167165                data: parameters,               
     
    210208                type: 'POST',
    211209                contentType: 'application/json',
    212                 url:"https://192.168.12.154:8443/Murachi/0.1/archivos/pdfs/resenas",
    213                 //url:"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/pdfs/resenas",
     210                url:"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/pdfs/resenas",
    214211                dataType: 'json',
    215212                data: JSON.stringify({"signature":signature}),
  • static/js/jquery/jquery-ui.js

    • Property mode changed from 100644 to 100755
  • static/js/pdf.js

    • Property mode changed from 100644 to 100755
  • static/js/pdf.worker.js

    • Property mode changed from 100644 to 100755
Note: See TracChangeset for help on using the changeset viewer.