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