From fd0dea571ac8341d9c572e697155b74e3f474b40 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();