mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 12:15:08 -04:00
Switch to jquery 4.0
https://blog.jquery.com/2024/02/06/jquery-4-0-0-beta/
This commit is contained in:
parent
6882c88152
commit
001856d201
5 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -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}}
|
||||
|
|
2
src/old/resources/js/jquery-3.4.1.min.js
vendored
2
src/old/resources/js/jquery-3.4.1.min.js
vendored
File diff suppressed because one or more lines are too long
2
src/old/resources/js/jquery-4.0.0-beta.min.js
vendored
Normal file
2
src/old/resources/js/jquery-4.0.0-beta.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue