From 03dc469cb4f47f03d152fdfb73fd51f1fdb1fcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Sconetto?= Date: Tue, 7 Aug 2018 15:41:45 -0300 Subject: [PATCH] Fix #2117 --- sapl/templates/painel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/templates/painel/index.html b/sapl/templates/painel/index.html index 6e4242df4..d6d5784ea 100644 --- a/sapl/templates/painel/index.html +++ b/sapl/templates/painel/index.html @@ -398,7 +398,7 @@ $("#observacao_materia").text(''); } - if (data['tipo_resultado']){ + if (data['tipo_resultado'] && data['status_painel'] == true){ $("#resultado_votacao").text(data["tipo_resultado"]); $("#resultado_votacao").css("color", "#45919D"); var resultado_votacao_upper = $("#resultado_votacao").text().toUpperCase();