Bruce 评论表情问题修复

This commit is contained in:
Liang Ding 2014-07-16 15:37:52 +08:00
parent d3a257c004
commit 414c3d985d
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
$(document).ready(function() {
page.load();
// emotions
page.replaceCommentsEm("#comments .article-body");
page.replaceCommentsEm("#comments");
<#nested>
});
</script>