This commit is contained in:
MrZYX 2011-04-15 16:18:59 +02:00
parent 4870ffb944
commit b25e634be1

View file

@ -35,7 +35,10 @@ var AspectFilters = {
if( !link.hasClass('aspect_selector') ){
AspectFilters.switchToAspect(link);
}
// remove focus
this.blur();
$('html, body').animate({scrollTop:0}, 'fast');
},
switchToAspect: function(aspectLi){