From: Unknwon Date: Sat, 5 Sep 2015 18:18:02 +0000 (-0400) Subject: fix emoji edit not rendered X-Git-Tag: v0.9.99~1074 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=46dce2d65311fa37f04acfb4516b0dcb8cfbde5c;p=gitea.git fix emoji edit not rendered --- diff --git a/public/js/gogs.js b/public/js/gogs.js index cf9dade5fb..982f976e0b 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -327,6 +327,7 @@ function initRepository() { $render_content.html($('#no-content').html()); } else { $render_content.html(data.content); + emojify.run($render_content[0]); } }); });