diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index e540a163a1..4c590f0928 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -261,12 +261,11 @@ function agents_modules_load_js() } function select_selected () { - $('#id_agents2 option').each(function(){ - if($(this).attr('selected') === 'selected'){ - $(this).prop('selected', true); - } - }); - + // $('#id_agents2 option').each(function(){ + // if($(this).attr('selected') === 'selected'){ + // $(this).prop('selected', true); + // } + // }); } '; - echo '