mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-18 20:05:16 +00:00
Display emojies in posts and comments
This commit is contained in:
@ -720,7 +720,10 @@ ComunicWeb.components.posts.ui = {
|
||||
innerHTML: infos.content
|
||||
});
|
||||
|
||||
|
||||
//Parse emojies
|
||||
ComunicWeb.components.emoji.parser.parse({
|
||||
element: postContent
|
||||
});
|
||||
|
||||
//Add bottom elements container
|
||||
var bottomArea = createElem2({
|
||||
|
Reference in New Issue
Block a user