mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed agents when changing groups
This commit is contained in:
parent
99c176daf8
commit
220e27b224
@ -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('<option value="' + id + '">' + value + '</option>');
|
||||
|
Loading…
x
Reference in New Issue
Block a user