Skip to content

Javascript does not get registered #22

@potibm

Description

@potibm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions