mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed agents when changing groups
This commit is contained in:
parent
99c176daf8
commit
220e27b224
@ -141,7 +141,6 @@ function changeGroup() {
|
|||||||
},
|
},
|
||||||
function (data) {
|
function (data) {
|
||||||
$("#id_agents").empty();
|
$("#id_agents").empty();
|
||||||
$("#id_agents").style("size", 0);
|
|
||||||
|
|
||||||
jQuery.each (data, function (id, value) {
|
jQuery.each (data, function (id, value) {
|
||||||
if (value != "") {
|
if (value != "") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user