-
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 @LeonidS
Yes, Location is working now.
I cleared my browser cache and UNA cache, but these errors still appear when I access the profile creation form.
I don't know what else I can do on this end.
Thanks.
-
Well, now you have the warning messages, not the errors like you have in the previous message. The details about warnings have been passed to the dev team.
-