We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
menu.js
1 parent b0b8e70 commit b0c184dCopy full SHA for b0c184d
python_docs_theme/static/menu.js
@@ -37,7 +37,7 @@ document.addEventListener("DOMContentLoaded", function () {
37
closeMenu()
38
})
39
// Add accessibility data when sideMenu is opened/closed
40
- togglerInput.addEventListener("change", function (e) {
+ togglerInput.addEventListener("change", function (_event) {
41
togglerInput.checked ? openMenu() : closeMenu()
42
43
// Make sideMenu links tabbable only when visible
0 commit comments