diff options
Diffstat (limited to 'public/javascripts')
-rw-r--r-- | public/javascripts/refinerycms-blog.js | 3 |
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 |