1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-12 16:58:33 +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();