mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
fix: ensure that the search functions properly when it is clicked
This commit is contained in:
parent
372a5145b6
commit
fd636a4eaa
@ -5,5 +5,5 @@
|
|||||||
value="{{this.pageQuery}}"
|
value="{{this.pageQuery}}"
|
||||||
placeholder="Type to search"
|
placeholder="Type to search"
|
||||||
/>
|
/>
|
||||||
<button type="submit" onclick="search_web()">search</button>
|
<button type="submit" onclick="searchWeb()">search</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user