mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
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>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user