Skip to content

Commit f29e8a4

Browse files
committed
Small visual update
1 parent fb08c6c commit f29e8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/default/fulldoc/html/js/full_list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function enableSearch() {
108108
}
109109
});
110110

111-
$('#full_list').after("<div id='noresults' role='status' style='visually-hidden'></div>");
111+
$('#full_list').after("<div id='noresults' role='status' class='visually-hidden'></div>");
112112
}
113113

114114
function ignoredKeyPress(event) {

0 commit comments

Comments
 (0)