we'll need this for browser geotagging of course

pull/1/head
Mike Macgirvin 13 years ago
parent a8e4ec7801
commit b91e9545f7

@ -0,0 +1,7 @@
if(navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function(position) {
$('#jot-coord').val(position.coords.latitude + ',' + position.coords.longitude);
});
}
Loading…
Cancel
Save