index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2015-12-14 06:04:24 -0500
committer
Unknwon <u@gogs.io>
2015-12-14 06:04:24 -0500
commit
7436ce640394d06129d8c10f7b69f28135892126
(
patch
)
tree
29df7cdf63e4f510ac818bf134428ad7731b865e
/
public
parent
91789930bcc9d5796a1b06bdeb1402106c0d18d2
(
diff
)
emojify.js: ignore_emoticons
Diffstat
(limited to 'public')
-rw-r--r--
public/js/gogs.js
3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js
index 87975605..f979df07 100644
--- a/
public/js/gogs.js
+++ b/
public/js/gogs.js
@@ -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();