diff options
author | Unknwon <u@gogs.io> | 2015-09-06 06:57:25 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-06 06:57:25 -0400 |
commit | 24658fcbdd507bd66cd76b6ca96e1ef5e1c15af5 (patch) | |
tree | 4ef2ec4e48a2732f5ec3d47293f592c676413a53 /public/ng/js | |
parent | 705224353b10ea4166ca3dde2ed0044357aae78b (diff) |
#633 dix suburl
Diffstat (limited to 'public/ng/js')
-rw-r--r-- | public/ng/js/gogs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/ng/js/gogs.js b/public/ng/js/gogs.js index 142c6d66..e4a0afe9 100644 --- a/public/ng/js/gogs.js +++ b/public/ng/js/gogs.js @@ -937,7 +937,7 @@ $(document).ready(function () { homepage(); emojify.setConfig({ - img_dir:'/img/emoji' + img_dir: Gogs.AppSubUrl + '/img/emoji' }); emojify.run(); |