From f34c1ce66aae3ba32704840bd106194a5837754f Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Fri, 29 Oct 2010 00:02:26 -0700 Subject: provide the means to tag link a person by full_name --- view/jot_geotag.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/jot_geotag.tpl') diff --git a/view/jot_geotag.tpl b/view/jot_geotag.tpl index c140d5627..4145c3111 100644 --- a/view/jot_geotag.tpl +++ b/view/jot_geotag.tpl @@ -1,7 +1,7 @@ if(navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { - $('#jot-coord').val(position.coords.latitude + ',' + position.coords.longitude); + $('#jot-coord').val(position.coords.latitude + position.coords.longitude); $('#profile-nolocation-wrapper').show(); }); } -- cgit v1.2.3