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