aboutsummaryrefslogtreecommitdiff
path: root/public/ng/js/gogs.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/js/gogs.js')
-rw-r--r--public/ng/js/gogs.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/ng/js/gogs.js b/public/ng/js/gogs.js
index 38b34c61..142c6d66 100644
--- a/public/ng/js/gogs.js
+++ b/public/ng/js/gogs.js
@@ -936,6 +936,10 @@ $(document).ready(function () {
$('#pull-issue-preview').markdown_preview(".issue-add-comment");
homepage();
+ emojify.setConfig({
+ img_dir:'/img/emoji'
+ });
+ emojify.run();
// Fix language drop-down menu height.
var l = $('#footer-lang li').length;