more style
This commit is contained in:
@@ -49,7 +49,7 @@ function editAnimal(id){
|
||||
}
|
||||
set_animal_include(animal._id);
|
||||
paint_male_female(animal.specie, animal._id);
|
||||
$("#load").fadeOut("slow");
|
||||
$("#load").fadeOut("fast");
|
||||
});
|
||||
});
|
||||
}
|
||||
@@ -78,7 +78,7 @@ function showAnimal(id){
|
||||
|
||||
get_parrents(animal);
|
||||
get_childrens(animal);
|
||||
$("#load").fadeOut("slow");
|
||||
$("#load").fadeOut("fast");
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user