diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-01-21 02:52:58 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-01-21 02:52:58 +0100 |
| commit | ca3ae3a43bb47cb2b97b6878ea28d9eef0db25ca (patch) | |
| tree | 25fa739cd34bd3f9eb47287bf39624011ae879d3 /StoneIsland/platforms/ios/www/js/lib/etc/geo.js | |
| parent | 33bb292fa3a37c1398559771e5a682d8d84c56d3 (diff) | |
scroll to field, archive fix, hide not available
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/etc/geo.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/etc/geo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/etc/geo.js b/StoneIsland/platforms/ios/www/js/lib/etc/geo.js index 885a1c6c..22899141 100755 --- a/StoneIsland/platforms/ios/www/js/lib/etc/geo.js +++ b/StoneIsland/platforms/ios/www/js/lib/etc/geo.js @@ -44,9 +44,9 @@ var geo = (function(){ var s = "" var sig = n >= 0 ? pos : neg + n = Math.abs(n) s += Math.floor(n) + "° " - n = Math.abs(n) n %= 1 n *= 60 nn = Math.floor(n) |
