fixed #1011
This commit is contained in:
parent
4870ffb944
commit
b25e634be1
1 changed files with 4 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in a new issue