Skip to content

Instantly share code, notes, and snippets.

@verekia
Created August 24, 2016 23:01
Show Gist options
  • Save verekia/ae7a8977bf6fea68a9a49ee85ac40579 to your computer and use it in GitHub Desktop.
Save verekia/ae7a8977bf6fea68a9a49ee85ac40579 to your computer and use it in GitHub Desktop.
if (Modernizr.geolocation){
// La géolocalisation est supportée
}
else {
// La géolocalisation n'est pas supportée
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment