Commit a9ecca5acd56a75d539466f9fe19221a36e30164
Committed by
Thiago Ribeiro
1 parent
c4d3b23f
Exists in
master
and in
9 other branches
Add animated classes to software communities extra fields
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: ArthurJahn <stutrzbecher@gmail.com>
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
theme.js
@@ -221,6 +221,9 @@ $('#link-buscar').click(function(e) { | @@ -221,6 +221,9 @@ $('#link-buscar').click(function(e) { | ||
221 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); | 221 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); |
222 | $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited label').html('Número de beneficiados'); | 222 | $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited label').html('Número de beneficiados'); |
223 | $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values label').html('Recursos economizados'); | 223 | $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values label').html('Recursos economizados'); |
224 | + $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments').addClass("animated slideInDown"); | ||
225 | + $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited').addClass("animated slideInDown"); | ||
226 | + $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values').addClass("animated slideInDown"); | ||
224 | } | 227 | } |
225 | 228 | ||
226 | function add_top_tooltips(){ | 229 | function add_top_tooltips(){ |