aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-01-29 22:16:55 +0100
committerGitHub <noreply@github.com>2020-01-29 21:16:55 +0000
commit35ada598cc7d74f648ad35d2b1e1963976b2c9bf (patch)
tree4958dc69ce8ffad3cc8d01c8754e9d8e36046ccf /templates
parent169bb55ec68eed40aa2e87d34ff8b38874394c25 (diff)
downloadgitea-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.tmpl1
-rw-r--r--templates/pwa/serviceworker_js.tmpl1
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',