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
Comment #2
bryan_caa commentedI 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"
Comment #3
scot.hubbard commentedI 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.