spacex / public /templates /search_bar.html
XFFXFF's picture
fix: ensure that the search functions properly when it is clicked
fd636a4
raw
history blame
212 Bytes
<div class="search_bar">
<input
type="search"
name="search-box"
value="{{this.pageQuery}}"
placeholder="Type to search"
/>
<button type="submit" onclick="searchWeb()">search</button>
</div>