Merge pull request #227 from constantine2nd/develop

Bump JS libraries
This commit is contained in:
Simon Redfern 2023-10-05 12:26:04 +02:00 committed by GitHub
commit 7e61e49878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -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