summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/js/search.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/js/search.js b/assets/js/search.js
index 1f8fedb..d218127 100644
--- a/assets/js/search.js
+++ b/assets/js/search.js
@@ -126,7 +126,6 @@ function renderSearchResults(query, results) {
}
function clearSearchResults() {
- $('#query').empty();
$('#search-results-body').empty();
$('#results-count').empty();
$('#results-count-text').empty();
@@ -137,7 +136,6 @@ function clearAndFocusSearchInput() {
}
function updateSearchResults(query, results) {
- $('#query').html(query);
$('#search-results-body').html(results.map((hit) => `
<article class="post" data-score="${hit.score.toFixed(2)}">
<header>