From 23d5cfe8dcda6de24c07594141fa67e658f2b639 Mon Sep 17 00:00:00 2001 From: Lucas D'Avila Date: Thu, 18 Jun 2015 22:10:44 -0300 Subject: [PATCH] Corrigido erro no cadastro de turmas. --- ieducar/intranet/educar_turma_cad.php | 16 ---------------- 1 file changed, 0 insertions(+), 16 deletions(-) diff --git a/ieducar/intranet/educar_turma_cad.php b/ieducar/intranet/educar_turma_cad.php index 3eaa0ab..dd10e25 100644 --- a/ieducar/intranet/educar_turma_cad.php +++ b/ieducar/intranet/educar_turma_cad.php @@ -1289,15 +1289,6 @@ document.getElementById('ref_cod_escola').onchange = function() if (document.getElementById('ref_cod_escola').value == '') { getCurso(); } - - $('img_colecao').style.display = 'none;'; - - if ($F('ref_cod_instituicao') == '') { - $('img_turma').style.display = 'none;'; - } - else { - $('img_turma').style.display = ''; - } } document.getElementById('ref_cod_curso').onchange = function() @@ -1310,13 +1301,6 @@ document.getElementById('ref_cod_curso').onchange = function() getEscolaCursoSerie(); PadraoAnoEscolar_xml(); - - if (this.value == '') { - $('img_colecao').style.display = 'none;'; - } - else { - $('img_colecao').style.display = ''; - } } function PadraoAnoEscolar_xml() -- libgit2 0.21.2