0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-08-10 04:14:52 +02: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()); $render_content.html($('#no-content').html());
} else { } else {
$render_content.html(data.content); $render_content.html(data.content);
emojify.run($render_content[0]);
} }
}); });
}); });