Skip to content

Commit

Permalink
Update searchform.html
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Priour authored Dec 2, 2024
1 parent 03acda1 commit 02b7a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/searchform.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h2>Recherche {{title}} (Current Build)</h2>
$( document ).ready(function() {
$("#searchForm").submit(function(e){
e.preventDefault();
urlSearch = "https://www.qwant.com/?q=site:";
urlSearch = "https://search.brave.com/search?q=site:";
hrefurl=$(location).attr("href");
urlSearch += hrefurl.substr(0,hrefurl.lastIndexOf('/') + 1);
urlSearch += "+" + $("#q").val();
Expand Down

0 comments on commit 02b7a54

Please sign in to comment.