1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-03 05:43:16 +00:00

emojify.js: ignore_emoticons

This commit is contained in:
Unknwon 2015-12-14 06:04:24 -05:00
parent 91789930bc
commit 7436ce6403

View file

@ -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();