more style

This commit is contained in:
Gustavo Adolfo Mesa Roldán
2020-03-30 03:52:08 +02:00
parent 223572f952
commit e92c407517
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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");
});
});