diff --git a/bootstyle/js/bootstyle.js b/bootstyle/js/bootstyle.js index 5b8c772..025d4a3 100644 --- a/bootstyle/js/bootstyle.js +++ b/bootstyle/js/bootstyle.js @@ -11,8 +11,15 @@ var bootstyle = { } }); }, + setCommentEmotions:function(){ + // comments emotions + $(".comments").each(function(){ + $(this).html(Util.replaceEmString($(this).html())); + }); + }, init:function(){ this.setNavCurrent(); + this.setCommentEmotions(); } }; $(function(){ diff --git a/bootstyle/side.ftl b/bootstyle/side.ftl index 0fef905..0d1e05b 100644 --- a/bootstyle/side.ftl +++ b/bootstyle/side.ftl @@ -8,12 +8,12 @@ <#if 0 != recentComments?size> -
+

${recentCommentsLabel}