From 50470ee07e3a6d4afdf3e00724ebb1bdaf351ba0 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 3 Dec 2015 00:35:58 -0500 Subject: latlng --- StoneIsland/www/js/lib/etc/geo.js | 1 + 1 file changed, 1 insertion(+) (limited to 'StoneIsland/www/js/lib/etc/geo.js') 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){ -- cgit v1.2.3-70-g09d2