From db5383d17d29bd65a8b82d2e8269143b3925ace0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ses=C3=B3stris=20Vieira?= Date: Thu, 14 Sep 2023 09:43:01 -0300 Subject: [PATCH] =?UTF-8?q?Remove=20bug=20identificado=20na=20homologa?= =?UTF-8?q?=C3=A7=C3=A3o=20do=20Gertiq=20#160528?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/apps/eventos/templates/eventos/calendario.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigi/apps/eventos/templates/eventos/calendario.html b/sigi/apps/eventos/templates/eventos/calendario.html index 9be77f5..cffa15d 100644 --- a/sigi/apps/eventos/templates/eventos/calendario.html +++ b/sigi/apps/eventos/templates/eventos/calendario.html @@ -83,7 +83,7 @@ M.Tabs.init($('.tabs'), {}); M.Modal.init($(".modal"), {}); M.FloatingActionButton.init($(".fixed-action-btn"), {hoverEnabled: false}); - $("input[name='categoria']").on("change", function() { + $("#form_flags input:checkbox").on("change", function() { $("#form_flags").submit(); }); });