In testing the module locally, I saw that it sometimes didn't work because window.google wasn't yet defined.

I've prepared a patch that wraps the initialisation code in a function that first checks window.google is defined, and sets a timeout to rerun the check in 100ms if that's not the code.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

nigelcunningham created an issue. See original summary.

nigelcunningham’s picture