summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/etc
diff options
context:
space:
mode:
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){