diff options
author | Unknwon <u@gogs.io> | 2015-09-05 14:14:03 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-05 14:14:03 -0400 |
commit | d48cde6ec8ec47083100326b3ac2c42e6859e078 (patch) | |
tree | a1a80b5ba72afaedf350cf368a5c3c4cdc9acdc6 /public/ng/js/gogs.js | |
parent | 3b0c2cb480de28c97fced6857f9c0e006ac2a943 (diff) |
#633 emoji
Diffstat (limited to 'public/ng/js/gogs.js')
-rw-r--r-- | public/ng/js/gogs.js | 4 |
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; |