diff options
author | Unknwon <u@gogs.io> | 2015-12-14 06:04:24 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-14 06:04:24 -0500 |
commit | 7436ce640394d06129d8c10f7b69f28135892126 (patch) | |
tree | 29df7cdf63e4f510ac818bf134428ad7731b865e /public | |
parent | 91789930bcc9d5796a1b06bdeb1402106c0d18d2 (diff) | |
download | gitea-7436ce640394d06129d8c10f7b69f28135892126.tar.gz gitea-7436ce640394d06129d8c10f7b69f28135892126.zip |
emojify.js: ignore_emoticons
Diffstat (limited to 'public')
-rw-r--r-- | public/js/gogs.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js index 879756055c..f979df0762 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -867,7 +867,8 @@ $(document).ready(function () { // Emojify emojify.setConfig({ - img_dir: suburl + '/img/emoji' + img_dir: suburl + '/img/emoji', + ignore_emoticons: true }); emojify.run(); |