将所有.comments样式替换表情
This commit is contained in:
@@ -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(){
|
||||
|
Reference in New Issue
Block a user