Skip to content

Commit 93645ea

Browse files
authored
Fix line length
1 parent 390eeb1 commit 93645ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/front-end/searcher/searcher.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,9 @@ window.search = window.search || {};
434434

435435
function showSearch(yes) {
436436
if (yes) {
437-
loadSearchScript(window.path_to_searchindex_js || (path_to_root + '{{ resource "searchindex.js" }}'), 'search-index');
437+
loadSearchScript(window.path_to_searchindex_js ||
438+
(path_to_root + '{{ resource "searchindex.js" }}'),
439+
'search-index');
438440
search_wrap.classList.remove('hidden');
439441
searchicon.setAttribute('aria-expanded', 'true');
440442
} else {

0 commit comments

Comments
 (0)