We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390eeb1 commit 93645eaCopy full SHA for 93645ea
src/front-end/searcher/searcher.js
@@ -434,7 +434,9 @@ window.search = window.search || {};
434
435
function showSearch(yes) {
436
if (yes) {
437
- loadSearchScript(window.path_to_searchindex_js || (path_to_root + '{{ resource "searchindex.js" }}'), 'search-index');
+ loadSearchScript(window.path_to_searchindex_js ||
438
+ (path_to_root + '{{ resource "searchindex.js" }}'),
439
+ 'search-index');
440
search_wrap.classList.remove('hidden');
441
searchicon.setAttribute('aria-expanded', 'true');
442
} else {
0 commit comments