mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fixed text inputs in add action modals
This commit is contained in:
parent
cb4416ca3f
commit
5acd64bbf7
@ -1120,6 +1120,12 @@ function show_add_action(id_alert) {
|
||||
opacity: 0.5,
|
||||
background: "black"
|
||||
},
|
||||
open: function() {
|
||||
$("#action_select, #action_select").select2({
|
||||
tags: true,
|
||||
dropdownParent: $("#add_action-div-" + id_alert)
|
||||
});
|
||||
},
|
||||
width: 500,
|
||||
height: 300
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user