Skip to content

Commit

Permalink
Merge pull request #233 from hongwei1/develop
Browse files Browse the repository at this point in the history
bugfix/download the miss min.js to static js folder
  • Loading branch information
simonredfern authored Nov 21, 2023
2 parents 6fa267e + eb0a625 commit 015cc95
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
7 changes: 7 additions & 0 deletions src/main/webapp/media/js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/main/webapp/media/js/jquery-3.7.1.min.js

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions src/main/webapp/media/js/vendor/jquery.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/main/webapp/templates-hidden/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<link rel="stylesheet" href="/font-awesome/css/all.min.css">

<!-- jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha384-1H217gwSVyLSIfaLxHbE7dRb3v4mYCKbpQvzx0cegeju1MVsGrX5xXxAvs/HgeFs" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="/media/js/jquery-3.7.1.min.js"></script>
<script src="/media/js/bootstrap.bundle.min.js"></script>
<script src="/media/js/notifications.js" type="text/javascript"></script>

<!-- Used for formatting / highlighting the json -->
Expand Down

0 comments on commit 015cc95

Please sign in to comment.