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 fb08c6c commit f29e8a4Copy full SHA for f29e8a4
templates/default/fulldoc/html/js/full_list.js
@@ -108,7 +108,7 @@ function enableSearch() {
108
}
109
});
110
111
- $('#full_list').after("<div id='noresults' role='status' style='visually-hidden'></div>");
+ $('#full_list').after("<div id='noresults' role='status' class='visually-hidden'></div>");
112
113
114
function ignoredKeyPress(event) {
0 commit comments