File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
web/themes/custom/subsites/fds_portal_ringsted_theme Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3257,7 +3257,7 @@ module.exports = function (button, expanded) {
3257
3257
input . setAttribute ( 'aria-label' , 'Indtast søgeord' ) ;
3258
3258
}
3259
3259
3260
- for ( var j = 0 ; j < searchSubmits . length ; i ++ ) {
3260
+ for ( var j = 0 ; j < searchSubmits . length ; j ++ ) {
3261
3261
var submit = searchSubmits [ j ] ;
3262
3262
3263
3263
submit . setAttribute ( 'aria-label' , 'Søg' ) ;
Original file line number Diff line number Diff line change 9
9
input . setAttribute ( 'aria-label' , 'Indtast søgeord' ) ;
10
10
}
11
11
12
- for ( var j = 0 ; j < searchSubmits . length ; i ++ ) {
12
+ for ( var j = 0 ; j < searchSubmits . length ; j ++ ) {
13
13
var submit = searchSubmits [ j ] ;
14
14
15
15
submit . setAttribute ( 'aria-label' , 'Søg' ) ;
You can’t perform that action at this time.
0 commit comments