aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2010-11-20 16:00:19 -0600
committerJoe Sak <joe@joesak.com>2010-11-20 16:00:19 -0600
commitebb4c59cef0eb4e89700275e23579ca6dd18d619 (patch)
tree4758e01742a0612376aea95665d3c94705100bed
parentbfcc70edfc00604c324fc7421e192a79a5bad123 (diff)
downloadrefinerycms-blog-ebb4c59cef0eb4e89700275e23579ca6dd18d619.tar.gz
refinerycms-blog-ebb4c59cef0eb4e89700275e23579ca6dd18d619.tar.bz2
refinerycms-blog-ebb4c59cef0eb4e89700275e23579ca6dd18d619.zip
Gotta scroll back up!
-rw-r--r--public/javascripts/refinerycms-blog.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/javascripts/refinerycms-blog.js b/public/javascripts/refinerycms-blog.js
index 5573915..b94977c 100644
--- a/public/javascripts/refinerycms-blog.js
+++ b/public/javascripts/refinerycms-blog.js
@@ -18,6 +18,9 @@ $(document).ready(function(){
});
}
});
+ $('html, body').animate({
+ scrollTop: $('body').offset().top
+ }, 2000);
return false;
})
}) \ No newline at end of file