Browse Source

emojify.js: ignore_emoticons

tags/v1.21.12.1
Unknwon 10 years ago
parent
commit
7436ce6403
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      public/js/gogs.js

+ 2
- 1
public/js/gogs.js 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();



Loading…
Cancel
Save