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.
1 parent 1e428d9 commit eee8764Copy full SHA for eee8764
djangoproject/static/js/djangoproject.js
@@ -59,7 +59,7 @@ document.querySelectorAll('.console-block label').forEach(function (el) {
59
60
// Toggle mobile menu on button click
61
document.querySelector('.menu-button').addEventListener('click', function () {
62
- const menu_el = document.querySelector('#top [role="navigation"]');
+ const menu_el = document.querySelector('#top nav');
63
64
this.classList.toggle('active');
65
menu_el.classList.toggle('active');
0 commit comments