Fixed agents when changing groups

This commit is contained in:
Daniel Maya 2017-03-02 16:14:42 +01:00
parent 99c176daf8
commit 220e27b224

View File

@ -141,7 +141,6 @@ function changeGroup() {
},
function (data) {
$("#id_agents").empty();
$("#id_agents").style("size", 0);
jQuery.each (data, function (id, value) {
if (value != "") {