We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying out the plugin the current grav version I had the problem that the javascript was missing after the first call.
Changing the code in MapShortcode.php to
$this->shortcode->addAssets('js', '//maps.googleapis.com/maps/api/js'.$apikeystring); $this->shortcode->addAssets('js', 'plugin://google-maps/js/google-maps.js');
helped.
The text was updated successfully, but these errors were encountered:
Apply suggestion to fix missing js assets
06ff7cb
deved-it#22
No branches or pull requests
Trying out the plugin the current grav version I had the problem that the javascript was missing after the first call.
Changing the code in MapShortcode.php to
helped.
The text was updated successfully, but these errors were encountered: