Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function getLocation() {
- ST_dataLayer.push({'event':'geolocask'});
- if (navigator.geolocation) {
- // traitement de la géoloc
- ST_dataLayer.push({'event':'geolocok'});
- } else {
- // geoloc refusée
- ST_dataLayer.push({'event':'geolocko'});
- }
- }
Add Comment
Please, Sign In to add comment