Prueba para subir certificados

This commit is contained in:
Mauricio Baeza 2017-10-12 15:41:25 -05:00
parent 209554e052
commit dca85a5244
1 changed files with 5 additions and 1 deletions

View File

@ -318,7 +318,11 @@ function cmd_subir_certificado_click(){
text: msg,
callback:function(result){
if(result){
$$('up_cert').send()
$$('up_cert').send(function(response){
if(response){
show(response)
}
})
}
}
})