Skip to content

Commit

Permalink
we do not clear the search
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhamel committed Nov 17, 2024
1 parent ed44ac0 commit 2fa187c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@
if (document.getElementById("search_results")) {
document.getElementById("search_results").innerHTML = "";
}
if (document.getElementById("query")) {
document.getElementById("query").value = "";
}
}, 250);
}

Expand Down

0 comments on commit 2fa187c

Please sign in to comment.