Browse Source

Scroll to comment textarea

Fechin 8 years ago
parent
commit
cab0a74fa4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/js/diaspora.js

+ 1 - 0
source/js/diaspora.js

@@ -521,6 +521,7 @@ $(function() {
                 a.setAttribute("data-url", url);
                 DUOSHUO.EmbedThread(a);
                 $(".comment").html(a);
+                $('html,body').animate({scrollTop: document.body.scrollHeight},"slow");
                 Diaspora.loaded();
             };
             window.DUOSHUO ? f() : $.getScript("http://static.duoshuo.com/embed.js",