From 0ed8f7f6a357621e2b150f993dbcd6e6ffe7933f Mon Sep 17 00:00:00 2001 From: Cesar Carvalho Date: Wed, 27 Feb 2019 11:04:52 -0300 Subject: [PATCH] fix 2558 --- sapl/templates/norma/normajuridica_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/templates/norma/normajuridica_form.html b/sapl/templates/norma/normajuridica_form.html index 903b26c1a..8f5b5a6df 100644 --- a/sapl/templates/norma/normajuridica_form.html +++ b/sapl/templates/norma/normajuridica_form.html @@ -45,7 +45,7 @@ }); } } - var fields = ["#id_tipo", "#id_ano"] + var fields = ["#id_tipo", "#id_ano"]; for (i = 0; i < fields.length; i++) { $(fields[i]).change(recuperar_norma); }