geo1.js 212 B

1234567891011
  1. /**
  2. * @file
  3. *
  4. *
  5. * User: marand
  6. * Date: 12/09/14
  7. * Time: 09:49
  8. */
  9. document.getElementById('geo').innerHTML = navigator.geolocation ?
  10. 'Geolocation API is available' :
  11. 'Geolocation API is not available';