1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-11 12:08:21 +00:00

Fix emojify image URL (#2769) (#2773)

This commit is contained in:
Lauris BH
2017-10-24 01:26:51 +03:00
committed by Kim "BKC" Carlbäcker
parent 46bb1cf026
commit 3c60121ca7

View File

@@ -1456,7 +1456,7 @@ $(document).ready(function () {
// Emojify
emojify.setConfig({
img_dir: suburl + '/plugins/emojify/images',
img_dir: suburl + '/vendor/plugins/emojify/images',
ignore_emoticons: true
});
var hasEmoji = document.getElementsByClassName('has-emoji');