Skip to content

Commit 822bd1f

Browse files
committed
style: comment spacing / formatting
1 parent 72c4deb commit 822bd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ document.addEventListener('DOMContentLoaded', function() {
33
'rh-navigation-primary-item[href^="#"], rh-navigation-primary-item > a[href^="#"]'
44
);
55

6-
// Close dropdowns after clicking an in-page link on mobile viewports
6+
// Close dropdowns after clicking an in-page link on mobile viewports
77
for (let hashLink of mainNavHashLinks) {
88
hashLink.addEventListener('click', function() {
99
hashLink.closest('rh-navigation-primary').close();

0 commit comments

Comments
 (0)