mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-18 05:54:36 +01:00
fix emoji edit not rendered
This commit is contained in:
parent
d48cde6ec8
commit
46dce2d653
@ -327,6 +327,7 @@ function initRepository() {
|
||||
$render_content.html($('#no-content').html());
|
||||
} else {
|
||||
$render_content.html(data.content);
|
||||
emojify.run($render_content[0]);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user