Skip to content
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

profile: delay jQuery calls until after page is really loaded #695

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

terceiro
Copy link
Contributor

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.

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.
@stefanor stefanor merged commit 22d13f8 into CTPUG:master Dec 27, 2023
34 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants