FIX_INCEPTION_PAGE_CLIENT_DROP_DOWN_NOT_WORKING
This commit is contained in:
parent
26743404de
commit
45ad5112a1
@ -658,7 +658,7 @@ function appendClients(data) {
|
|||||||
option.attr('selected', true);
|
option.attr('selected', true);
|
||||||
}
|
}
|
||||||
$('#client_id').append(option);
|
$('#client_id').append(option);
|
||||||
$('#client_id_for_filter').append(option);
|
$('#client_id_for_filter').append(option.clone());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user