Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap search functionality in $( document ).ready()
Modern browsers load scripts at any part of the document asynchronously. This could be disabled per script basis but this simple jQuery way can be done to avoid too much changes at the moment. So this should work in browsers over https since the userlisting.php script is not loaded before the search.js.
- Loading branch information