When I click on "insert Map" Nothing hapens.
I got the error:
Uncaught TypeError: Object #

has no method 'prop' google_map_field_setter.js:20 Tried on every browser I have. Same thing. Tried with different Jquery versions using Jquery update. Same thing.

Comments

deixadilson created an issue. See original summary.

bryan_caa’s picture

I also had this same problem and was able to fix it by taking the ".prop" in google_field_setter.js lines 20, 21, & 22 and changing it to ".attr"

scot.hubbard’s picture

Status: Active » Closed (works as designed)

I have tested this on a site that did not have the jQuery_update module installed and was able to reproduce the problem.

To resolve, I install the jQuery_update module and set both the site AND admin theme jQuery versions to 1.7.

This resolved the issue.