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 72c4deb commit 822bd1fCopy full SHA for 822bd1f
static/js/page.js
@@ -3,7 +3,7 @@ document.addEventListener('DOMContentLoaded', function() {
3
'rh-navigation-primary-item[href^="#"], rh-navigation-primary-item > a[href^="#"]'
4
);
5
6
- // Close dropdowns after clicking an in-page link on mobile viewports
+ // Close dropdowns after clicking an in-page link on mobile viewports
7
for (let hashLink of mainNavHashLinks) {
8
hashLink.addEventListener('click', function() {
9
hashLink.closest('rh-navigation-primary').close();
0 commit comments