Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Avoid Javascript error
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)
- Loading branch information