1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-26 13:15:48 +00:00

fix emoji edit not rendered

This commit is contained in:
Unknwon 2015-09-05 14:18:02 -04:00
parent d48cde6ec8
commit 46dce2d653

View File

@ -327,6 +327,7 @@ function initRepository() {
$render_content.html($('#no-content').html());
} else {
$render_content.html(data.content);
emojify.run($render_content[0]);
}
});
});