Bruce 评论表情问题修复

This commit is contained in:
Liang Ding 2014-07-16 15:37:52 +08:00
parent d3a257c004
commit 414c3d985d

View File

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