Merge pull request #228 from constantine2nd/develop

bugfix/API Explorer pull-down menus not working anymore
This commit is contained in:
Simon Redfern 2023-10-13 15:55:31 +02:00 committed by GitHub
commit a985abe1d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -42,8 +42,9 @@ along with this program. If not, see www.gnu.org/licenses/
<link id="screen_style_sheet" rel="stylesheet" media="screen and (min-width: 100px)" href="./media/css/screen.css" /> <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"> <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> <!-- jQuery and Bootstrap Bundle (includes Popper) -->
<script src="/media/js/bootstrap.min.js" type="text/javascript"></script> <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/bootstrap@4.5.3/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> <script src="/media/js/notifications.js" type="text/javascript"></script>
<!-- Used for formatting / highlighting the json --> <!-- Used for formatting / highlighting the json -->