Secretarias / Departamentos
Atualizado em: 22/05/2025 às 19h20
Rutimar Lopes de Carvalho Dantas
Funcionamento: 08:00 às 12:00 / 14:00 às 18:00
');
}).fadeIn();
grecaptcha.reset();
setTimeout(function() { $('.cad_alerta_erro_msg').fadeOut(); }, 3500);
}
if(data.erro == "N") {
$("#area_msg").fadeOut('', function() {
$(this).html('
');
}).fadeIn();
if(data.origem == "noticia") {
setTimeout(function() {
$(".ntc_btn_avaliar").toggleClass("ntc_btn_avaliar_gostei_ativo");
var ua = window.navigator.Agent;
var msie = ua.indexOf("MSIE ");
if (!(msie > 0 || !!navigator.Agent.match(/Trident.*rv\:11\./))) {
$(".ntc_efeito_avaliacao").show().addClass("ntc_efeito_avaliacao_show");
setTimeout(function() { $(".ntc_efeito_avaliacao").hide().removeClass("ntc_efeito_avaliacao_show"); }, 2000)
}
setTimeout(function() { location.reload(true); }, 3000);
}, 1000);
} else if (data.origem == "paginas_dinamicas") {
setTimeout(function() {
$(".pgd_btn_avaliar").toggleClass("pgd_btn_avaliar_gostei_ativo");
var ua = window.navigator.Agent;
var msie = ua.indexOf("MSIE ");
if (!(msie > 0 || !!navigator.Agent.match(/Trident.*rv\:11\./))) {
$(".pgd_efeito_avaliacao").show().addClass("pgd_efeito_avaliacao_show");
setTimeout(function() { $(".pgd_efeito_avaliacao").hide().removeClass("pgd_efeito_avaliacao_show"); }, 2000)
}
setTimeout(function() { location.reload(true); }, 3000);
}, 1000);
}
else
{
setTimeout(function() { location.reload(true); }, 3500);
}
}
if(data.erro == "A") {
$("#area_msg").fadeOut('', function() {
$(this).html('
');
}).fadeIn();
setTimeout(function() { location.reload(true); }, 3500);
}
$("#Avaliar").removeAttr("disabled");
},
error: function(xhr,er) {
$('#area_msg').html('
Ops, algo deu errado. Tente novamente mais tarde.
');
setTimeout(function() { location.reload(true); }, 3500);
}
});
}
else
{
$('#area_msg').html('
Ops, algo deu errado. Verifique os campos preenchidos e tente novamente.
');
setTimeout(function() { $('.cad_alerta_erro_msg').fadeOut(); }, 3500);
}
return false;
});
});