Please review:
Google Maps API warning: SensorNotRequired: https://developers.google.com/maps/documentation/javascript/error-messages
The sensor parameter is no longer required for the Google Maps JavaScript API. It won't prevent the Google Maps JavaScript API from working correctly, but we recommend that you remove the sensor parameter from the script element.
I added patch to cleanup module.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | sensornotrequired_warning-2634670-5.patch | 1.66 KB | cebasqueira |
| geolocation_googlemaps-sensor-not-required.patch | 1.64 KB | gugalamaciek |
Comments
Comment #2
derjochenmeyer commentedThanks for the patch!
Comment #4
cebasqueira commentedComment #5
cebasqueira commentedComment #7
cebasqueira commentedComment #8
faline commentedTest the patch on #5 and it is working.
There is no warning for sensor anymore.
Comment #9
christianadamski commentedInserted your changes without testing them. Pushed. Thank you!
Comment #11
josueValRob commentedDo you have something for drupal 7??