1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 18:58:38 +00:00
* jquery 3

* use most recent version of migrate plugin

* Delete .DS_Store

* update service worker in case anyone has old version of jquery cached
This commit is contained in:
techknowlogick
2019-07-12 01:21:44 -04:00
committed by Lauris BH
parent 072bdfa3f5
commit efaee46b4d
6 changed files with 232 additions and 10 deletions

View File

@@ -12,7 +12,8 @@
{{template "base/footer_content" .}}
<script src="{{AppSubUrl}}/vendor/plugins/jquery/jquery.min.js"></script>
<script src="{{AppSubUrl}}/vendor/plugins/jquery/jquery.min.js?v=3.4.1"></script>
<script src="{{AppSubUrl}}/vendor/plugins/jquery-migrate/jquery-migrate.min.js?v=3.0.1"></script>
<script src="{{AppSubUrl}}/vendor/plugins/jquery.areyousure/jquery.are-you-sure.js"></script>
{{if .RequireSimpleMDE}}
<script src="{{AppSubUrl}}/vendor/plugins/simplemde/simplemde.min.js"></script>