mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 13:06:16 -04:00
Switch to jquery 4.0 (#372)
https://blog.jquery.com/2024/02/06/jquery-4-0-0-beta/
This commit is contained in:
parent
6882c88152
commit
3ebfe769b5
5 changed files with 5 additions and 5 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue