Skip to content

Commit

Permalink
Merge pull request #62 from moorereason/update-jquery
Browse files Browse the repository at this point in the history
Update bundled jquery to 3.7.1
  • Loading branch information
tierpod authored Jun 17, 2024
2 parents e405a03 + 7744515 commit 8f88e69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions assets/js/jquery-3.3.1.min.js

This file was deleted.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cmd/dmarc-report-converter/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ table.table.bottomless
</head>
<body>
<script src="{{.AssetsPath}}/js/jquery-3.3.1.min.js"></script>
<script src="{{.AssetsPath}}/js/jquery-3.7.1.min.js"></script>
<script src="{{.AssetsPath}}/js/bootstrap.min.js"></script>
<script src="{{.AssetsPath}}/js/Chart.min.js"></script>
<script src="{{.AssetsPath}}/js/dmarc-report-converter.js"></script>
Expand Down

0 comments on commit 8f88e69

Please sign in to comment.