Skip to content

Commit af20d37

Browse files
Removed the console.log message
1 parent af9b108 commit af20d37

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

overrides/assets/javascript/fix-md-search.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ document.addEventListener('DOMContentLoaded', function() {
2525
if (searchForm) {
2626
searchForm.setAttribute('role', 'search');
2727
}
28-
29-
console.log('Accessibility fixes applied to search dialog');
30-
});
28+
});

0 commit comments

Comments
 (0)