p
This commit is contained in:
@@ -119,6 +119,8 @@ function get_parrents(animal){
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
function get_childrens(animal){
|
||||
$.get( "/animal/childrens/" + animal._id, function( data ) {
|
||||
data.data.map(function(item){
|
||||
|
||||
Reference in New Issue
Block a user