Skip to content

Commit

Permalink
Update jQuery to 3.5.0 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
karistom committed Feb 26, 2023
1 parent 1b8774a commit 02bde0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion site/layouts/partials/header.html
Expand Up @@ -24,7 +24,7 @@
<link href="{{"css/overrides.css" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Almendra:700,400" rel="stylesheet">

<script src="{{"js/jquery-2.x.min.js"| relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}"></script>
<script src="{{"js/jquery-3.5.0.min.js"| relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}"></script>

<style type="text/css">
:root #header + #content > #left > #rlblock_left{
Expand Down
2 changes: 1 addition & 1 deletion site/themes/learn/layouts/partials/header.html
Expand Up @@ -21,7 +21,7 @@
<link href="{{(printf "css/theme-%s.css" .) | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
{{end}}

<script src="{{"js/jquery-2.x.min.js"| relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}"></script>
<script src="{{"js/jquery-3.5.0.min.js"| relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}"></script>

<style type="text/css">
:root #header + #content > #left > #rlblock_left{
Expand Down
4 changes: 0 additions & 4 deletions site/themes/learn/static/js/jquery-2.x.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions site/themes/learn/static/js/jquery-3.5.0.min.js

Large diffs are not rendered by default.

0 comments on commit 02bde0b

Please sign in to comment.