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(); }); });