function showCard(){ if(document.getElementById("info-text").style.display == "none" || (document.getElementById("info-text").style.display == "block" && $("#location-titulo").text() !== "MONITORAMENTO DOS CASOS CONFIRMADOS DE COVID-19 POR DISTRITO SANITÁRIO")){ $("#info-text").fadeOut("fast", function(){ $("#location-minimap").css({"display":"none"}); $("#location-link").css({"display":"none"}); $("#location-titulo").html("
MONITORAMENTO DOS CASOS CONFIRMADOS DE COVID-19 POR DISTRITO SANITÁRIO
"); $("#location-descricao").html("
50 a 200
200 a 400
400 a 600
600 a 800
800 a 1000
1000 a 1200
1200 a 1400
1400 a 1600
1600 a 1800
1800 a 2000
Fonte: CIEVS Alagoas. Dados sujeitos à alteração. 15/06/2020 - 19:00h
"); $("#info-text").fadeIn("normal"); }); } }