Commit e721cba1ba5046d0c573090cfe51b43b08ba2060
1 parent
57b37080
Exists in
master
and in
7 other branches
Fix scroll
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
js/main.js
@@ -368,9 +368,9 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F | @@ -368,9 +368,9 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F | ||
368 | this.display_category_tab(); | 368 | this.display_category_tab(); |
369 | 369 | ||
370 | 370 | ||
371 | - if(navOffset){ | ||
372 | - scrollTop = navOffset.top; | ||
373 | - } | 371 | + // if(navOffset){ |
372 | + // scrollTop = navOffset.top; | ||
373 | + // } | ||
374 | } | 374 | } |
375 | 375 | ||
376 | $('html, body').animate({ scrollTop: scrollTop }, 'fast'); | 376 | $('html, body').animate({ scrollTop: scrollTop }, 'fast'); |