From 9c00e423f03a768668982061c65a6e95f77664d1 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 20 Jan 2016 01:51:14 +0100 Subject: spacing --- StoneIsland/platforms/ios/www/js/lib/etc/geo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'StoneIsland/platforms/ios/www/js/lib/etc/geo.js') diff --git a/StoneIsland/platforms/ios/www/js/lib/etc/geo.js b/StoneIsland/platforms/ios/www/js/lib/etc/geo.js index 88521bb1..5af9ecfd 100755 --- a/StoneIsland/platforms/ios/www/js/lib/etc/geo.js +++ b/StoneIsland/platforms/ios/www/js/lib/etc/geo.js @@ -11,12 +11,12 @@ var geo = (function(){ geo.success = function(position){ var lat_str = as_degrees( position.coords.latitude || 40.99167, "N", "S" ) var lng_str = as_degrees( position.coords.longitude || -74.07944, "W", "E" ) - $(".latlng").html( lat_str + " " + lng_str ) + $(".latlng").html( lat_str + "     " + lng_str ) geo.done() } geo.error = function(error){ - $(".latlng").html( "+40° 58' 90.9\" N 74° 04' 46.3\" W" ) + $(".latlng").html( "+40° 58' 90.9\" N     74° 04' 46.3\" W" ) geo.done() } -- cgit v1.2.3-70-g09d2