mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +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,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
},
|
},
|
||||||
|
open: function() {
|
||||||
|
$("#action_select, #action_select").select2({
|
||||||
|
tags: true,
|
||||||
|
dropdownParent: $("#add_action-div-" + id_alert)
|
||||||
|
});
|
||||||
|
},
|
||||||
width: 500,
|
width: 500,
|
||||||
height: 300
|
height: 300
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user