Changeset 7e8ad27 in prototipo_portal_2018


Ignore:
Timestamp:
Jul 8, 2015, 3:23:06 PM (9 years ago)
Author:
Pedro Buitrago <pbuitrago@…>
Branches:
master
Children:
36a30d1
Parents:
1cd3990
Message:

se modifico la sección de verificación de firma, si se subo un archivo no firmado el sistema da el msj de error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WebContent/index.html

    r1cd3990 r7e8ad27  
    458458                               
    459459                        $.each(objVarVerifique, function(idx, obj) {
    460                                        
     460                               
     461                                if(idx == "error") {
     462                                        html = '<h4> Extensión no soportada, verifique el archivo </h4>';       
     463                    return(html);
     464                    }
     465                   
    461466                                if(idx == "numberOfSignatures"){
    462467                                        numsign = obj;
Note: See TracChangeset for help on using the changeset viewer.