Skip to content

Commit

Permalink
Merge pull request #166 from xffxff/fix_search_button
Browse files Browse the repository at this point in the history
fix: ensure that the search functions properly when it is clicked
  • Loading branch information
alamin655 authored Aug 1, 2023
2 parents 372a514 + 84e136b commit 5b4e7c7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 28 deletions.
59 changes: 33 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "websurfx"
version = "0.15.2"
version = "0.15.3"
edition = "2021"
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
repository = "https://github.com/neon-mmd/websurfx"
Expand Down
2 changes: 1 addition & 1 deletion public/templates/search_bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
value="{{this.pageQuery}}"
placeholder="Type to search"
/>
<button type="submit" onclick="search_web()">search</button>
<button type="submit" onclick="searchWeb()">search</button>
</div>

0 comments on commit 5b4e7c7

Please sign in to comment.