-
UPDATE: the deal was in the following line from the template/location_field_google.html file:
if ('undefined' === typeof(google.maps))
It needs to change to:
if ('undefined' === typeof(google))
like we already did in UNA 15.
-
Hi Leonid
Great!, it works now.
Screenshot attached. Are the errors or warnings on the right (console) something I need to fix, or should I not worry about them?
I await your response to mark this issue as resolved.
Thank you very much.
-
If the Location works now (as it does from my side) then you may pass it. I don't have such errors in my Win-10 Chrome.
-
create_a_profile.jpg