diff --git a/ephios/static/ephios/js/mass_notification_write.js b/ephios/static/ephios/js/mass_notification_write.js index 4cb4f9cf2..5b13b5135 100644 --- a/ephios/static/ephios/js/mass_notification_write.js +++ b/ephios/static/ephios/js/mass_notification_write.js @@ -7,7 +7,7 @@ $(document).ready(function () { ) document.getElementById("id_to_participants").addEventListener("invalid", (event) => { - new bootstrap.Collapse('#collapseToParticipants').show(); + new bootstrap.Collapse('#collapseToParticipants', {toggle: false}).show(); }); Array.from(document.getElementsByClassName("check-add-recipients")).forEach(check => {