New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search box occasionally does not show up #117
Comments
|
Firebug says in the console window: |
|
... probably because the jquery .js is included with |
|
I can confirm the issue. Trying to force-reload with Ctrl+F5 in Chrome shows perfectly that the search box does not appear half the times. |
moritz
added a commit
that referenced
this issue
Aug 22, 2015
search.js / search_template.js uses jquery for running JS when the document is ready, but cannot use jQuery for that, because jQuery is lazily loaded, and thus might not be available yet (#117)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I load http://perl6.org/ by entering the URL, the search box doesn't show up; when I follow a link to another page, it shows up on that page, and when I then follow a link to the front page, it shows up again. When reloading the front page, it occasionally shows up, but not always.
Others have reported similar issues for other pages as well.
The text was updated successfully, but these errors were encountered: