Skip to content

Commit

Permalink
Merge pull request #688 from prometheus/beorn7/release
Browse files Browse the repository at this point in the history
Update to jquery-3.7.1
  • Loading branch information
beorn7 committed Sep 13, 2024
2 parents 857cf77 + 1218720 commit 90da98c
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 72 deletions.
138 changes: 69 additions & 69 deletions asset/assets_vfsdata.go

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions resources/static/jquery-3.5.1.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions resources/static/jquery-3.7.1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<link rel="shortcut icon" href="{{.PathPrefix}}/static/favicon.ico?v={{.BuildInfo.revision}}">

<script src="{{.PathPrefix}}/static/jquery-3.5.1.min.js?v={{.BuildInfo.revision}}"></script>
<script src="{{.PathPrefix}}/static/jquery-3.7.1.min.js?v={{.BuildInfo.revision}}"></script>
<script src="{{.PathPrefix}}/static/bootstrap-4.3.1-dist/js/bootstrap.min.js?v={{.BuildInfo.revision}}"></script>
<script src="{{.PathPrefix}}/static/functions.js?v={{.BuildInfo.revision}}"></script>

Expand Down

0 comments on commit 90da98c

Please sign in to comment.