summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-07-16 03:15:18 +0800
committerUnknwon <u@gogs.io>2015-07-16 03:15:18 +0800
commit03011ed307eab3b94c161599845dea173dfc856f (patch)
treec026916936bf41ec303f2b4ab909affdee74e9ba /templates
parentbebbd089207ec562edacb1ec7a770eb540a088e2 (diff)
downloadgitea-03011ed307eab3b94c161599845dea173dfc856f.tar.gz
gitea-03011ed307eab3b94c161599845dea173dfc856f.zip
fix suburl for js
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/issue/list.tmpl2
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({