-
Notifications
You must be signed in to change notification settings - Fork 13
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
Js bottom loading #28
Comments
I am wondering about this too. Here is my current hack: |
@thgh I don't see jQuery there... how it works? |
The issue you're having is that the Maps SDK is loading async, but when minifying it's included as first script because Grav plugins run before rendering the page. |
Hello!
My map isn't working because I use minify and bottom loading, but this plugin loads js files into head section.
What I see in console:
How to solve?
The text was updated successfully, but these errors were encountered: