summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/etc/geo.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-01-21 02:52:58 +0100
committerJules Laplace <jules@okfoc.us>2016-01-21 02:52:58 +0100
commitca3ae3a43bb47cb2b97b6878ea28d9eef0db25ca (patch)
tree25fa739cd34bd3f9eb47287bf39624011ae879d3 /StoneIsland/platforms/ios/www/js/lib/etc/geo.js
parent33bb292fa3a37c1398559771e5a682d8d84c56d3 (diff)
scroll to field, archive fix, hide not available
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/etc/geo.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/lib/etc/geo.js2
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) + "&deg; "
- n = Math.abs(n)
n %= 1
n *= 60
nn = Math.floor(n)