Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.6.9
-
Fix Version/s: 4.6.10
-
Component/s: Core CiviCRM
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
Observed on both Chrome and Firefox - the remote Maps API script is run as soon as it is downloaded, which can be before the inline script defining the initMap callback is run.
Re-ordering the script tags does not help, however marking the remote script with the "defer" attribute works consistently.