Fix select2 in agent view
This commit is contained in:
parent
8539d1d905
commit
cce254209e
|
@ -1365,4 +1365,9 @@ html_print_div(
|
|||
|
||||
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
$('#module_action').select2('open');
|
||||
$('#module_action').select2('close');
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue