13226-Close select2 on select in Alerts->Templates step 2

This commit is contained in:
Pablo Aragon 2024-04-01 12:58:15 +02:00
parent 29e5cf9658
commit 88bd4b1bb0
1 changed files with 6 additions and 0 deletions

View File

@ -1821,5 +1821,11 @@ if ($step == 2) {
}
?>
})
$(document).ready(function () {
$("#default_action").select2({
closeOnSelect: true
});
});
/* ]]> */
</script>