Commit c4d3b23f38e67ac2117598a0ad06af32c0900df1
Committed by
Thiago Ribeiro
1 parent
7a5db2e5
Exists in
master
and in
9 other branches
Moving catalog animations to theme
Signed-off-by: ArthurJahn <stutrzbecher@gmail.com> Signed-off-by: Alvaro Fernando <alvarofernandoms@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
theme.js
... | ... | @@ -148,7 +148,6 @@ $('#link-buscar').click(function(e) { |
148 | 148 | filterOptions.animate({ |
149 | 149 | height: 565 |
150 | 150 | },500); |
151 | - | |
152 | 151 | } |
153 | 152 | } |
154 | 153 | |
... | ... | @@ -265,3 +264,4 @@ $('#link-buscar').click(function(e) { |
265 | 264 | |
266 | 265 | }); |
267 | 266 | })(jQuery); |
267 | + | ... | ... |