We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17db65 commit c40477cCopy full SHA for c40477c
src/front-end/searcher/searcher.js
@@ -288,6 +288,9 @@ window.search = window.search || {};
288
289
// If reloaded, do the search or mark again, depending on the current url parameters
290
doSearchOrMarkFromUrl();
291
+
292
+ // Exported functions
293
+ config.hasFocus = hasFocus;
294
}
295
296
function unfocusSearchbar() {
@@ -521,6 +524,4 @@ window.search = window.search || {};
521
524
522
525
loadScript(path_to_root + '{{ resource "searchindex.js" }}', 'search-index');
523
526
- // Exported functions
- search.hasFocus = hasFocus;
527
})(window.search);
0 commit comments