app/assets/javascripts/pwb/themes/berlin/custom.js in pwb-0.1.1 vs app/assets/javascripts/pwb/themes/berlin/custom.js in pwb-1.0.0

- old
+ new

@@ -272,10 +272,10 @@ /* ----------------------------------------------------------- */ //Check to see if the window is top if not then display button jQuery(window).scroll(function(){ - if (jQuery(this).scrollTop() > 300) { + if (jQuery(this).scrollTop() > 900) { jQuery('.scrollToTop').fadeIn(); } else { jQuery('.scrollToTop').fadeOut(); } });