1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-28 22:14:20 -04: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
emojify.setConfig({ emojify.setConfig({
img_dir: suburl + '/img/emoji' img_dir: suburl + '/img/emoji',
ignore_emoticons: true
}); });
emojify.run(); emojify.run();