diff --git a/assets/js/offline-search.js b/assets/js/offline-search.js index 5acf21b7..2bdd6402 100644 --- a/assets/js/offline-search.js +++ b/assets/js/offline-search.js @@ -165,7 +165,7 @@ search backend. r.sub_results.forEach((s, index_s) => { if (index_s === LIMIT) { const num_hidden_results = r.sub_results.length - index_s; - const wrapper_id = `collapssible-subresults-${index_r}`; + const wrapper_id = `collapsible-subresults-${index_r}`; const $action = $("").text("▶ Show"); const $expander = $("") .attr("data-bs-toggle", "collapse")