Changeset 406146f in firmaeventos for static/js/docsDraggable.js


Ignore:
Timestamp:
Nov 22, 2017, 1:35:30 PM (6 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
fd66636
Parents:
aef49cb
Message:

Configuracion de la firma en el registro del evento implementada

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/js/docsDraggable.js

    r6312fce r406146f  
    110110
    111111  // Validate whether PDF
    112   if(['application/pdf'].indexOf($("#file-sign-ft_Vble").get(0).files[0].type) == -1) {
     112  if(['application/pdf'].indexOf($("#file").get(0).files[0].type) == -1) {
    113113      alert('Error : Not a PDF');
    114114      return;
     
    128128
    129129  // Send the object url of the pdf
    130   showPDF2(URL.createObjectURL($("#file-sign-ft_Vble").get(0).files[0]));
     130  showPDF2(URL.createObjectURL($("#file").get(0).files[0]));
    131131
    132132
Note: See TracChangeset for help on using the changeset viewer.