File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
} )
42
42
43
43
Promise . all ( promises ) . then ( ( ) => {
44
- input . setAttribute ( 'placeholder' , 'Search...' )
44
+ input . setAttribute ( 'placeholder' , 'Search everywhere ...' )
45
45
successfullyLoadedIndex = true
46
46
} ) . catch ( ( ) => {
47
47
input . setAttribute ( 'placeholder' , 'Error loading search data...' )
Original file line number Diff line number Diff line change 110
110
function render ()
111
111
return @htl """
112
112
<div class="search nav-item">
113
- <input id="search-input" placeholder="Search...">
113
+ <input id="search-input" placeholder="Search everywhere ...">
114
114
<ul id="search-result-container" class="suggestions hidden">
115
115
</ul>
116
116
<div class="search-keybinding">/</div>
Original file line number Diff line number Diff line change 73
73
function render ()
74
74
return @htl """
75
75
<div class="search nav-item stork-wrapper">
76
- <input id="search-input" class="stork-input" data-stork="multidocumenter" placeholder="Search. ..">
76
+ <input id="search-input" class="stork-input" data-stork="multidocumenter" placeholder="Search everywhere ..">
77
77
<div data-stork="multidocumenter-output" class="stork-output"></div>
78
78
<div class="search-keybinding">/</div>
79
79
</div>
You can’t perform that action at this time.
0 commit comments