summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/etc/geo.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-01-21 00:34:10 +0100
committerJules Laplace <jules@okfoc.us>2016-01-21 00:34:10 +0100
commit4389292109bf9d517bb4571693453581968a5fb0 (patch)
tree6fdb5f74033a7be4a84a58baf685823d8e081f9f /StoneIsland/www/js/lib/etc/geo.js
parentf5f8633721fde74496f02f95bc2f3d4f3ae0c004 (diff)
fix splash images
Diffstat (limited to 'StoneIsland/www/js/lib/etc/geo.js')
-rwxr-xr-xStoneIsland/www/js/lib/etc/geo.js2
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) + "&deg; "
- n = Math.abs(n)
n %= 1
n *= 60
nn = Math.floor(n)