diveintomark / diveintohtml5

Dive Into HTML5 online book
https://diveintohtml5.info/
Other
777 stars 187 forks source link

The Google Maps API server rejected your request. #38

Closed filip-nikoloski closed 11 years ago

filip-nikoloski commented 11 years ago

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".

sebastianv89 commented 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?

estebanav commented 11 years ago

@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,