diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-01-21 00:34:10 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-01-21 00:34:10 +0100 |
| commit | 4389292109bf9d517bb4571693453581968a5fb0 (patch) | |
| tree | 6fdb5f74033a7be4a84a58baf685823d8e081f9f /StoneIsland/www/js/lib/etc/geo.js | |
| parent | f5f8633721fde74496f02f95bc2f3d4f3ae0c004 (diff) | |
fix splash images
Diffstat (limited to 'StoneIsland/www/js/lib/etc/geo.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/etc/geo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/etc/geo.js b/StoneIsland/www/js/lib/etc/geo.js index 885a1c6c..22899141 100755 --- a/StoneIsland/www/js/lib/etc/geo.js +++ b/StoneIsland/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) |
