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