From 220e27b2249222fc139035b7491b7c16df53d3d7 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Thu, 2 Mar 2017 16:14:42 +0100 Subject: [PATCH] Fixed agents when changing groups --- pandora_console/operation/events/sound_events.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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('');