mirror of
https://github.com/go-gitea/gitea
synced 2025-07-21 09:48:37 +00:00
emojify.js: ignore_emoticons
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user