diff options
author | Unknwon <u@gogs.io> | 2015-07-16 03:15:18 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-16 03:15:18 +0800 |
commit | 03011ed307eab3b94c161599845dea173dfc856f (patch) | |
tree | c026916936bf41ec303f2b4ab909affdee74e9ba /templates | |
parent | bebbd089207ec562edacb1ec7a770eb540a088e2 (diff) | |
download | gitea-03011ed307eab3b94c161599845dea173dfc856f.tar.gz gitea-03011ed307eab3b94c161599845dea173dfc856f.zip |
fix suburl for js
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/issue/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index b165afa0fd..8c26738279 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -96,7 +96,7 @@ </div> </div> </div> -<script src="/js/bootstrap-colorpicker.min.js"></script> +<script src="{{AppSubUrl}}/js/bootstrap-colorpicker.min.js"></script> <script> $(function(){ $('.label-color-picker').colorpicker({ |