source: prototipo_portal_2018/prototipo/static/js/functions/firmarDocumentoPdfNoVisible.js @ 8ba421e

Last change on this file since 8ba421e was 9be8a48, checked in by José Sulbarán <jsulbaran@…>, 7 years ago

Se agrego la firma bdoc y se mejoro la firma pdf

  • Property mode set to 100644
File size: 283 bytes
Line 
1
2
3$("#Form-Format-No-Visible").on('submit', function(event) {
4        event.preventDefault();
5
6        var formData = new FormData(); 
7    formData.append("upload", $("#file-to-normal")[0].files[0]);
8
9        $("#pdf-main-container").hide();
10        FIRMA_VISIBLE = false;
11        SubirDocumentServer(formData);
12       
13});
Note: See TracBrowser for help on using the repository browser.