index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
ng
/
js
/
gogs.js
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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/gogs.js
parent
705224353b10ea4166ca3dde2ed0044357aae78b
(
diff
)
#633 dix suburl
Diffstat
(limited to 'public/ng/js/gogs.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();