Fixed JS code that made the form look wrong
This commit is contained in:
parent
8effae4991
commit
85879d0a3a
|
@ -1311,10 +1311,10 @@ function show_display_update_action(id_module_action, alert_id, alert_id_agent_m
|
|||
},
|
||||
open: function() {
|
||||
$(`#update_action-div-${alert_id}`).css('overflow', 'hidden');
|
||||
$(`#action_select_ajax-${alert_id}`).select2({
|
||||
tags: true,
|
||||
dropdownParent: $(`#update_action-div-${alert_id}`)
|
||||
});
|
||||
//$(`#action_select_ajax-${alert_id}`).select2({
|
||||
// tags: true,
|
||||
// dropdownParent: $(`#update_action-div-${alert_id}`)
|
||||
//});
|
||||
},
|
||||
width: 600,
|
||||
height: 350
|
||||
|
|
Loading…
Reference in New Issue