You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the button to close the search results is not working. Clicking the button produces this error to the console:
Uncaught ReferenceError: closeSearch is not defined at HTMLButtonElement.onclick
I think the issue is that the closeSearch function is located inside the "main" function in the lunr-client.js file. Moving closeSearch to the end of the file makes it work.
The text was updated successfully, but these errors were encountered:
Currently the button to close the search results is not working. Clicking the button produces this error to the console:
Uncaught ReferenceError: closeSearch is not defined at HTMLButtonElement.onclick
I think the issue is that the
closeSearch
function is located inside the "main" function in the lunr-client.js file. MovingcloseSearch
to the end of the file makes it work.The text was updated successfully, but these errors were encountered: