Closed filip-nikoloski closed 11 years ago
The issue is on line 605 of detect.html:
<script src="http://maps.googleapis.com/maps/api/js?sensor=""true"></script>
The double double quotes should be removed before true.
Also, I'm pretty new to GitHub, but is there a way I can fix this issue myself?
@sebastianv89 & @pinkythegreat ,
This issue was solved, but it wasn't deployed to the live page.
@jonathantneal or @paulirish ,
This was solved by last commit on geolocation.html. I think we could close this issue.
Cheers,
On the "Detecting HTML5 Features" page (http://diveintohtml5.info/detect.html) the following error appears in a popup box:
The Google Maps API server rejected your request. The "sensor" parameter specified in the request must be set to either "true" or "false".