From 6932345eecff456c6f9a611884a60dac9b2b1115 Mon Sep 17 00:00:00 2001 From: AlGouvea Date: Fri, 12 Nov 2021 11:08:26 -0300 Subject: [PATCH] =?UTF-8?q?Remo=C3=A7=C3=A3o=20de=20javascript=20inutiliza?= =?UTF-8?q?do?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/painel/index.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sapl/templates/painel/index.html b/sapl/templates/painel/index.html index 7ce8f07b0..6c16a1275 100644 --- a/sapl/templates/painel/index.html +++ b/sapl/templates/painel/index.html @@ -309,9 +309,6 @@ orador.nome +'') }); oradores.append(''); - - document.getElementById('resultado_votacao_div').style.marginTop = (((-45 * data["presentes"].length) / 2) + (60 * data["oradores"].length) + 50)+ "px"; - document.getElementById('obs_materia_div').style.marginTop = ((((-45 * data["presentes"].length)-1)/ 2) + 250)+ "px"; } else { $('#aparecer_oradores').hide(); @@ -495,5 +492,4 @@ } - - + \ No newline at end of file