File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ <h4 role="presentation">Skip to main content</h4>
88
88
89
89
< form class ="navbar-form navbar-left " role ="search ">
90
90
< div class ="form-group combobox combobox-list ">
91
- < input id ="search "
91
+ < input id ="main- search-input "
92
92
type ="text "
93
93
aria-label ="Search "
94
94
class ="form-control st-default-search-input "
Original file line number Diff line number Diff line change 44
44
} ) ;
45
45
}
46
46
47
- var search = $ ( '#search' ) ;
47
+ var search = $ ( '#main- search-input ' ) ;
48
48
49
49
var renderResults = function ( ctx , data ) {
50
50
var results = [ ] ;
86
86
87
87
search . attr ( 'aria-expanded' , true ) ;
88
88
var button = document . getElementById ( 'cb1-button' ) ;
89
- var cba = new ComboboxAutocomplete ( document . getElementById ( 'search' ) , button , document . getElementById ( 'search-results' ) ) ;
89
+ var cba = new ComboboxAutocomplete ( document . getElementById ( 'main- search-input ' ) , button , document . getElementById ( 'search-results' ) ) ;
90
90
cba . init ( ) ;
91
91
button . click ( ) ;
92
92
} ;
You can’t perform that action at this time.
0 commit comments