13226-Close select2 on select in Alerts->Templates step 2
This commit is contained in:
parent
29e5cf9658
commit
88bd4b1bb0
|
@ -1821,5 +1821,11 @@ if ($step == 2) {
|
|||
}
|
||||
?>
|
||||
})
|
||||
|
||||
$(document).ready(function () {
|
||||
$("#default_action").select2({
|
||||
closeOnSelect: true
|
||||
});
|
||||
});
|
||||
/* ]]> */
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue