From 24658fcbdd507bd66cd76b6ca96e1ef5e1c15af5 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 6 Sep 2015 06:57:25 -0400 Subject: #633 dix suburl --- public/ng/js/gogs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/ng/js') 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(); -- cgit v1.2.3