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 93645ea commit d2aa36fCopy full SHA for d2aa36f
src/front-end/searcher/searcher.js
@@ -434,9 +434,10 @@ window.search = window.search || {};
434
435
function showSearch(yes) {
436
if (yes) {
437
- loadSearchScript(window.path_to_searchindex_js ||
438
- (path_to_root + '{{ resource "searchindex.js" }}'),
439
- 'search-index');
+ loadSearchScript(
+ window.path_to_searchindex_js ||
+ path_to_root + '{{ resource "searchindex.js" }}',
440
+ 'search-index');
441
search_wrap.classList.remove('hidden');
442
searchicon.setAttribute('aria-expanded', 'true');
443
} else {
0 commit comments