Browse Source

Remove bug identificado na homologação do Gertiq #160528

pull/166/head
Sesóstris Vieira 1 year ago
parent
commit
db5383d17d
  1. 2
      sigi/apps/eventos/templates/eventos/calendario.html

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

Loading…
Cancel
Save