Skip to content

Commit

Permalink
Merge pull request #228 from constantine2nd/develop
Browse files Browse the repository at this point in the history
bugfix/API Explorer pull-down menus not working anymore
  • Loading branch information
simonredfern authored Oct 13, 2023
2 parents 77ec236 + 5af8e7d commit a985abe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
7 changes: 0 additions & 7 deletions src/main/webapp/media/js/bootstrap.min.js

This file was deleted.

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

This file was deleted.

5 changes: 3 additions & 2 deletions src/main/webapp/templates-hidden/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
<link id="screen_style_sheet" rel="stylesheet" media="screen and (min-width: 100px)" href="./media/css/screen.css" />
<link rel="stylesheet" href="/font-awesome/css/all.min.css">

<script id="jquery" src="/media/js/jquery-3.7.1.min.js" type="text/javascript"></script>
<script src="/media/js/bootstrap.min.js" type="text/javascript"></script>
<!-- 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/notifications.js" type="text/javascript"></script>

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

0 comments on commit a985abe

Please sign in to comment.