aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/js/gogs.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js
index cf9dade5..982f976e 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]);
}
});
});