This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
emojify.js: ignore_emoticons
for-closed-social
Unknwon
9 years ago
parent
91789930bc
commit
7436ce6403
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
;
Write
Preview
Loading…
Cancel
Save