Skip to content

Commit

Permalink
Merge pull request #226 from constantine2nd/develop
Browse files Browse the repository at this point in the history
Bump js libraries
  • Loading branch information
simonredfern authored Oct 4, 2023
2 parents 831bb7a + a1e6656 commit bda7759
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
7 changes: 3 additions & 4 deletions src/main/webapp/media/js/bootstrap.min.js

Large diffs are not rendered by default.

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

This file was deleted.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/webapp/media/js/website.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $(document).ready(function() {
// scroll to leftside tag if url contains hash.
if(window.top.location.hash){
const hashValue = window.top.location.hash;
$("a[href$="+hashValue+"]").parents('.api_group_item')[0].scrollIntoView();
$("a[href$='"+hashValue+"']").parents('.api_group_item')[0].scrollIntoView();
};

//this will show which endpoint is selected, when you click the endpoints in the left_side_small_screen div
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/templates-hidden/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<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-1.11.1.min.js" type="text/javascript"></script>
<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>
<script src="/media/js/notifications.js" type="text/javascript"></script>

Expand Down

0 comments on commit bda7759

Please sign in to comment.