0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-01-14 04:37:51 +01: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');