mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +00:00
commit
7e61e49878
11
src/main/webapp/media/js/bootstrap.min.js
vendored
11
src/main/webapp/media/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user