Prueba de logs

parent fc2d0d60
...@@ -270,7 +270,13 @@ ...@@ -270,7 +270,13 @@
{% if idp != "none" and fa == 0%} {% if idp != "none" and fa == 0%}
$("#shareButtonContainer").show(); $("#shareButtonContainer").show();
{%endif%} {%endif%}
if(data.tipo == 2){
tipoUsuarioFormulario = data.tipo;
}
$("#mensajeFormulario").html("Datos Guardados y/o Actualizados!!"); $("#mensajeFormulario").html("Datos Guardados y/o Actualizados!!");
}, },
complete: function (data) { complete: function (data) {
$("#btnGuardar").prop("disabled", false); $("#btnGuardar").prop("disabled", false);
......
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