correccion y mejora, selector de envios

parent f847c212
...@@ -55,6 +55,11 @@ ...@@ -55,6 +55,11 @@
function setearTipo(event, tipo){ function setearTipo(event, tipo){
event.preventDefault(); event.preventDefault();
tipoSeteado = tipo; tipoSeteado = tipo;
if(tipo == "correo"){
$("#tipoEnvio").html("<b>correo</b>");
}else if(tipo == "sms"){
$("#tipoEnvio").html("<b>mensaje de texto</b>");
}
} }
function buscar(event) { function buscar(event) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment