Switch to jquery 4.0

https://blog.jquery.com/2024/02/06/jquery-4-0-0-beta/
This commit is contained in:
Francis Lavoie 2024-02-08 04:37:52 -05:00
parent 6882c88152
commit 001856d201
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
5 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
{{import "/old/includes/head.html"}}
{{template "head"}}
<link rel="stylesheet" href="/old/resources/css/download.css{{template "cacheBust"}}">
<script src="/old/resources/js/jquery-3.4.1.min.js"></script>
<script src="/old/resources/js/jquery-4.0.0-beta.min.js"></script>
<script src="/old/resources/js/sweetalert.min.js"></script>
<script src="/old/resources/js/download.js{{template "cacheBust"}}"></script>
</head>

View file

@ -2,7 +2,7 @@
{{import "/old/includes/head.html"}}
{{template "head"}}
<link rel="stylesheet" href="/old/resources/css/account/common.css{{template "cacheBust"}}">
<script src="/old/resources/js/jquery-3.4.1.min.js"></script>
<script src="/old/resources/js/jquery-4.0.0-beta.min.js"></script>
<script src="/old/resources/js/sweetalert.min.js"></script>
<script src="/old/resources/js/account/common.js{{template "cacheBust"}}"></script>
{{end}}

View file

@ -8,6 +8,6 @@
{{$directives = append $directives ($file | trimSuffix ".md")}}
{{end}}
<script type="text/javascript">window.CaddyfileDirectives = {{$directives | toJson}};</script>
<script src="/old/resources/js/jquery-3.4.1.min.js"></script>
<script src="/old/resources/js/jquery-4.0.0-beta.min.js"></script>
<script src="/old/resources/js/docs.js{{template "cacheBust"}}"></script>
{{end}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long