summaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2019-11-15 09:27:50 +0800
committertechknowlogick <techknowlogick@gitea.io>2019-11-14 20:27:50 -0500
commit42ada741e3360b14ede8772aa1a2dd3e83209033 (patch)
tree1091690dd254f71887ffc2ad00ff2839ebcd33c4 /templates/base
parent06a8504c784fe404bcae92028515add816383729 (diff)
downloadgitea-42ada741e3360b14ede8772aa1a2dd3e83209033.tar.gz
gitea-42ada741e3360b14ede8772aa1a2dd3e83209033.zip
Pack web_src/js/draw.js to public/js/index.js (#8975)
* pack web_src/js/draw.js to public/js/index.js * fix eslint
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/footer.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl
index f777b0e6f5..93cf941673 100644
--- a/templates/base/footer.tmpl
+++ b/templates/base/footer.tmpl
@@ -26,7 +26,6 @@
{{if .RequireGitGraph}}
<!-- graph -->
<script src="{{StaticUrlPrefix}}/vendor/plugins/gitgraph/gitgraph.js"></script>
- <script src="{{StaticUrlPrefix}}/js/draw.js"></script>
{{end}}
<!-- Third-party libraries -->