diff options
Diffstat (limited to 'templates/base/footer.tmpl')
-rw-r--r-- | templates/base/footer.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index fcf2f91b8c..9b54d9b2a8 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -29,9 +29,6 @@ {{if .RequireDatetimepicker}} <script src="{{StaticUrlPrefix}}/vendor/plugins/jquery.datetimepicker/jquery.datetimepicker.js"></script> {{end}} -{{if .RequireDropzone}} - <script src="{{StaticUrlPrefix}}/vendor/plugins/dropzone/dropzone.js"></script> -{{end}} {{if .RequireU2F}} <script src="{{StaticUrlPrefix}}/vendor/plugins/u2f/index.js"></script> {{end}} |