0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

fix: ensure that the search functions properly when it is clicked

This commit is contained in:
xffxff 2023-08-01 08:53:55 +08:00
parent 372a5145b6
commit fd636a4eaa

View File

@ -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>