aboutsummaryrefslogtreecommitdiff
path: root/public/ng/js/gogs.js
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-06 06:57:25 -0400
committerUnknwon <u@gogs.io>2015-09-06 06:57:25 -0400
commit24658fcbdd507bd66cd76b6ca96e1ef5e1c15af5 (patch)
tree4ef2ec4e48a2732f5ec3d47293f592c676413a53 /public/ng/js/gogs.js
parent705224353b10ea4166ca3dde2ed0044357aae78b (diff)
#633 dix suburl
Diffstat (limited to 'public/ng/js/gogs.js')
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();