mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fixed modules first load on edit agent/module item report
This commit is contained in:
parent
b79cf8fda5
commit
0b8ff69a36
@ -3527,6 +3527,9 @@ $(document).ready (function () {
|
||||
|
||||
$("#id_agents").change(agent_changed_by_multiple_agents);
|
||||
|
||||
// Load selected modules by default
|
||||
$("#id_agents2").trigger('click');
|
||||
|
||||
$("#combo_group").change (
|
||||
function () {
|
||||
jQuery.post ("ajax.php",
|
||||
|
Loading…
x
Reference in New Issue
Block a user