This website works better with JavaScript.
Home
Explore
Help
Sign In
g
/
familyARK
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
p
master
Gustavo Adolfo Mesa Roldán
5 years ago
parent
3b65779433
commit
5c6b9dab3c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
familyark/app/public/js/functions.js
+ 2
- 0
familyark/app/public/js/functions.js
View File
@ -119,6 +119,8 @@ function get_parrents(animal){
}
)
;
}
function
get_childrens
(
animal
)
{
$
.
get
(
"/animal/childrens/"
+
animal
.
_id
,
function
(
data
)
{
data
.
data
.
map
(
function
(
item
)
{
Write
Preview
Loading…
Cancel
Save