From 8d5a7f8869793fd6717a78899feb99200fa4bf61 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 8 Apr 2019 16:52:31 -0300 Subject: [PATCH] HOT-FIX: Fixes #2694 --- sapl/templates/norma/normajuridica_form.html | 1 - 1 file changed, 1 deletion(-) diff --git a/sapl/templates/norma/normajuridica_form.html b/sapl/templates/norma/normajuridica_form.html index 8f5b5a6df..4c29fc98b 100644 --- a/sapl/templates/norma/normajuridica_form.html +++ b/sapl/templates/norma/normajuridica_form.html @@ -30,7 +30,6 @@ for (i = 0; i < fields.length; i++) { $(fields[i]).change(recuperar_materia); } - recuperar_materia(); function recuperar_norma() { var tipo = $("#id_tipo").val();