mirror of
https://github.com/go-gitea/gitea
synced 2025-08-11 12:08:21 +00:00
committed by
Kim "BKC" Carlbäcker
parent
46bb1cf026
commit
3c60121ca7
@@ -1456,7 +1456,7 @@ $(document).ready(function () {
|
|||||||
|
|
||||||
// Emojify
|
// Emojify
|
||||||
emojify.setConfig({
|
emojify.setConfig({
|
||||||
img_dir: suburl + '/plugins/emojify/images',
|
img_dir: suburl + '/vendor/plugins/emojify/images',
|
||||||
ignore_emoticons: true
|
ignore_emoticons: true
|
||||||
});
|
});
|
||||||
var hasEmoji = document.getElementsByClassName('has-emoji');
|
var hasEmoji = document.getElementsByClassName('has-emoji');
|
||||||
|
Reference in New Issue
Block a user