diff options
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/footer.tmpl | 3 | ||||
-rw-r--r-- | templates/base/head.tmpl | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 9b54d9b2a8..083f44a368 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -26,9 +26,6 @@ {{if .RequireMinicolors}} <script src="{{StaticUrlPrefix}}/vendor/plugins/jquery.minicolors/jquery.minicolors.min.js"></script> {{end}} -{{if .RequireDatetimepicker}} - <script src="{{StaticUrlPrefix}}/vendor/plugins/jquery.datetimepicker/jquery.datetimepicker.js"></script> -{{end}} {{if .RequireU2F}} <script src="{{StaticUrlPrefix}}/vendor/plugins/u2f/index.js"></script> {{end}} diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index cdffbbc2f1..e0765d59d3 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -87,7 +87,6 @@ AppSubUrl: '{{AppSubUrl}}', StaticUrlPrefix: '{{StaticUrlPrefix}}', csrf: '{{.CsrfToken}}', - Datetimepicker: {{if .RequireDatetimepicker}}true{{else}}false{{end}}, HighlightJS: {{if .RequireHighlightJS}}true{{else}}false{{end}}, Minicolors: {{if .RequireMinicolors}}true{{else}}false{{end}}, SimpleMDE: {{if .RequireSimpleMDE}}true{{else}}false{{end}}, @@ -121,9 +120,6 @@ {{if .RequireMinicolors}} <link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/jquery.minicolors/jquery.minicolors.css"> {{end}} -{{if .RequireDatetimepicker}} - <link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/jquery.datetimepicker/jquery.datetimepicker.css"> -{{end}} <style class="list-search-style"></style> {{if .PageIsUserProfile}} <meta property="og:title" content="{{.Owner.Name}}" /> |