diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js index 4641fae96e08..c16e41bc9dca 100644 --- a/docs/assets/js/main.js +++ b/docs/assets/js/main.js @@ -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');