Skip to content

Commit 7436ce6

Browse files
committed
emojify.js: ignore_emoticons
1 parent 9178993 commit 7436ce6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/js/gogs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,8 @@ $(document).ready(function () {
867867

868868
// Emojify
869869
emojify.setConfig({
870-
img_dir: suburl + '/img/emoji'
870+
img_dir: suburl + '/img/emoji',
871+
ignore_emoticons: true
871872
});
872873
emojify.run();
873874

0 commit comments

Comments
 (0)