Changeset 0500480 in prototipo_portal_2018 for prototipo/static/js/docFirmaNormal.js


Ignore:
Timestamp:
Oct 25, 2017, 2:00:40 PM (7 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
445bdb4
Parents:
307a8cc
Message:

Se modificaron las bottones y las funcionalidades de draggable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/js/docFirmaNormal.js

    re3349ca r0500480  
    77  __CANVAS_CTX = __CANVAS.getContext('2d'),
    88  __idd = "",
    9   __NUMBER = 0;
     9  __NUMBER = 0,
     10  __CLICKK = 0;
    1011
    1112 $("#pdf-canvas3").hide();
     
    116117
    117118  $("#file-to-normal").trigger('click');
     119
    118120});
    119121
     
    127129    }
    128130
     131    showPDF3(URL.createObjectURL($("#file-to-normal").get(0).files[0]));
    129132
    130 
    131   showPDF3(URL.createObjectURL($("#file-to-normal").get(0).files[0]));
    132 
     133    if (__CLICKK == 0){
     134        $('#firmar-doc-noVisible').show();
     135        __CLICKK += 1;
     136    }
    133137});
Note: See TracChangeset for help on using the changeset viewer.