diff --git a/pandora_console/operation/events/sound_events.php b/pandora_console/operation/events/sound_events.php index 29c845d2e0..d0c8f79c9a 100644 --- a/pandora_console/operation/events/sound_events.php +++ b/pandora_console/operation/events/sound_events.php @@ -141,8 +141,7 @@ function changeGroup() { }, function (data) { $("#id_agents").empty(); - $("#id_agents").style("size", 0); - + jQuery.each (data, function (id, value) { if (value != "") { $("#id_agents").append('');