Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
profile: delay jQuery calls until after page is really loaded
I was getting `$(...).popover is not a function` on the JS console because at the time .popover() is called, probably the other JS bits haven't beed loaded.
- Loading branch information