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 b9976bb commit 1db7642Copy full SHA for 1db7642
web/themes/custom/fds_redwhite_theme/dist/javascripts/app.js
@@ -3257,7 +3257,7 @@ module.exports = function (button, expanded) {
3257
input.setAttribute('aria-label', 'Indtast søgeord');
3258
}
3259
3260
- for (var j = 0; j < searchSubmits.length; i++) {
+ for (var j = 0; j < searchSubmits.length; j++) {
3261
var submit = searchSubmits[j];
3262
3263
submit.setAttribute('aria-label', 'Søg');
web/themes/custom/fds_redwhite_theme/src/javascripts/a11y.js
@@ -9,7 +9,7 @@
9
10
11
12
13
14
15
0 commit comments