foo
This commit is contained in:
@@ -71,7 +71,7 @@ function showAnimal(id){
|
|||||||
text += "</table>";
|
text += "</table>";
|
||||||
|
|
||||||
$("#button").html('<button class="btn btn-info btn-sm float-right" onclick="editAnimal(\''+ animal._id +'\')">Edit</button>')
|
$("#button").html('<button class="btn btn-info btn-sm float-right" onclick="editAnimal(\''+ animal._id +'\')">Edit</button>')
|
||||||
$(".a-name").html( " Level: " + animal.level + " - <span>" + species[animal.specie].name + "</span>" + "<br>" + animal.name );
|
$(".a-name").html( "<span>" + animal.name + "</span><br>" + " Level: " + animal.level + " - " + species[animal.specie].name );
|
||||||
$("#data").append( text );
|
$("#data").append( text );
|
||||||
|
|
||||||
get_parrents(animal);
|
get_parrents(animal);
|
||||||
|
|||||||
Reference in New Issue
Block a user