|
@@ -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",
|