diff options
author | silverwind <me@silverwind.io> | 2020-01-29 22:16:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 21:16:55 +0000 |
commit | 35ada598cc7d74f648ad35d2b1e1963976b2c9bf (patch) | |
tree | 4958dc69ce8ffad3cc8d01c8754e9d8e36046ccf /templates | |
parent | 169bb55ec68eed40aa2e87d34ff8b38874394c25 (diff) | |
download | gitea-35ada598cc7d74f648ad35d2b1e1963976b2c9bf.tar.gz gitea-35ada598cc7d74f648ad35d2b1e1963976b2c9bf.zip |
move jquery.are-you-sure to npm/webpack (#10063)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/footer.tmpl | 1 | ||||
-rw-r--r-- | templates/pwa/serviceworker_js.tmpl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index db196c41a1..12da6fe796 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -13,7 +13,6 @@ {{template "base/footer_content" .}} <script src="{{StaticUrlPrefix}}/js/jquery.js?v={{MD5 AppVer}}"></script> - <script src="{{StaticUrlPrefix}}/vendor/plugins/jquery.areyousure/jquery.are-you-sure.js"></script> {{if .RequireSimpleMDE}} <script src="{{StaticUrlPrefix}}/vendor/plugins/simplemde/simplemde.min.js"></script> <script src="{{StaticUrlPrefix}}/vendor/plugins/codemirror/addon/mode/loadmode.js"></script> diff --git a/templates/pwa/serviceworker_js.tmpl b/templates/pwa/serviceworker_js.tmpl index e4ff2fc07e..5140cd489b 100644 --- a/templates/pwa/serviceworker_js.tmpl +++ b/templates/pwa/serviceworker_js.tmpl @@ -12,7 +12,6 @@ var urlsToCache = [ '{{StaticUrlPrefix}}/vendor/plugins/codemirror/mode/meta.js', '{{StaticUrlPrefix}}/vendor/plugins/dropzone/dropzone.js', '{{StaticUrlPrefix}}/vendor/plugins/emojify/emojify.custom.js', - '{{StaticUrlPrefix}}/vendor/plugins/jquery.areyousure/jquery.are-you-sure.js', '{{StaticUrlPrefix}}/vendor/plugins/jquery.datetimepicker/jquery.datetimepicker.js', '{{StaticUrlPrefix}}/vendor/plugins/jquery.minicolors/jquery.minicolors.min.js', '{{StaticUrlPrefix}}/vendor/plugins/simplemde/simplemde.min.js', |