summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/etc
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-03 00:35:58 -0500
committerJules Laplace <jules@okfoc.us>2015-12-03 00:35:58 -0500
commit50470ee07e3a6d4afdf3e00724ebb1bdaf351ba0 (patch)
tree6c7d1a6db8acd850cbbc749e02317a948cf602c0 /StoneIsland/www/js/lib/etc
parente760f95dc843cf11367d1aea0ed832991964584a (diff)
latlng
Diffstat (limited to 'StoneIsland/www/js/lib/etc')
-rw-r--r--StoneIsland/www/js/lib/etc/geo.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/etc/geo.js b/StoneIsland/www/js/lib/etc/geo.js
index 0270d681..ab1f8372 100644
--- a/StoneIsland/www/js/lib/etc/geo.js
+++ b/StoneIsland/www/js/lib/etc/geo.js
@@ -8,6 +8,7 @@ var geo = (function(){
geo.success = function(position){
var lat_str = as_degrees( position.coords.latitude )
var lng_str = as_degrees( position.coords.longitude )
+ $(".latlng").html( lat_str + " " + lng_str )
}
geo.error = function(error){