Skip to content

Commit

Permalink
Update docs/assets/js/main.js
Browse files Browse the repository at this point in the history
Co-authored-by: Francois Laithier <[email protected]>
  • Loading branch information
rushatgabhane and francoisl authored Nov 14, 2023
1 parent cb4e9aa commit d36aaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function closeSidebarOnClickOutside(event) {

function openSidebar() {
document.getElementById('sidebar-layer').style.display = 'block';
document.getElementById('gsc-i-id1').focus()
document.getElementById('gsc-i-id1').focus();

// Make body unscrollable
const yAxis = document.documentElement.style.getPropertyValue('y-axis');
Expand Down

0 comments on commit d36aaea

Please sign in to comment.