diff options
Diffstat (limited to 'templates/base/footer.tmpl')
-rw-r--r-- | templates/base/footer.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 93cf941673..0c07fb6e70 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -23,10 +23,6 @@ CodeMirror.modeURL = "{{StaticUrlPrefix}}/vendor/plugins/codemirror/mode/%N/%N.js"; </script> {{end}} -{{if .RequireGitGraph}} - <!-- graph --> - <script src="{{StaticUrlPrefix}}/vendor/plugins/gitgraph/gitgraph.js"></script> -{{end}} <!-- Third-party libraries --> {{if .RequireHighlightJS}} |