1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 01:57:20 +00:00
This commit is contained in:
Unknwon
2015-09-06 06:57:25 -04:00
parent 705224353b
commit 24658fcbdd
5 changed files with 11 additions and 19 deletions

View File

@ -937,7 +937,7 @@ $(document).ready(function () {
homepage();
emojify.setConfig({
img_dir:'/img/emoji'
img_dir: Gogs.AppSubUrl + '/img/emoji'
});
emojify.run();