Changeset 8ba421e in prototipo_portal_2018 for prototipo/static/js/functions/firmarDocumentoPdf.js


Ignore:
Timestamp:
Nov 14, 2017, 6:00:09 PM (7 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
cd9dc46
Parents:
4f077af
Message:

Se los log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/js/functions/firmarDocumentoPdf.js

    r4f077af r8ba421e  
    9898
    9999                        var linkToDownload = "<a href=\"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/descargas/" + data['signedFileId'] +"\"><h4>Descargar archivo firmado</h4></a>";
    100                         document.getElementById("respuesta").innerHTML = ''; 
     100                        document.getElementById("log").innerHTML = '';  
    101101                        document.getElementById("respuesta").innerHTML = '<center><h2>Archivo firmado correctamente:</h2> <br>'+linkToDownload+'</center>';                     
    102                        
     102
    103103                        InfoDocumentDataTablePDF(data['signedFileId']);         
    104104
Note: See TracChangeset for help on using the changeset viewer.