MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / closeSearch

Function closeSearch

_book/gitbook/gitbook-plugin-search/search.js:88–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 function closeSearch() {
89 $body.removeClass('with-search');
90 $bookSearchResults.removeClass('open');
91 }
92
93 function launchSearchFromQueryString() {
94 var q = getParameterByName('q');

Callers 2

handleUpdateFunction · 0.85
search.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected