Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9dc8aa5

Browse files
committed
bugfix
1 parent e3ee0c5 commit 9dc8aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websites/code/studygolang/static/js/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ $(function(){
178178
'</li>';
179179
}
180180
$('.sb-content .cmt-list ul').html(content);
181-
emojify.run($('.sb-content .cmt-list ul li .w-comment').get(0));
181+
emojify.run($('.sb-content .cmt-list ul').get(0));
182182
}
183183
}
184184

0 commit comments

Comments
 (0)