aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/locate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/locate.js b/www/js/locate.js
index be0dc29..b4b674e 100644
--- a/www/js/locate.js
+++ b/www/js/locate.js
@@ -59,7 +59,7 @@ var Locate = ( function() { return {
delete that.watch_id;
that.trigger('failed', { msg: FMS.strings.geolocation_failed } );
},
- { timeout: 7000, enableHighAccuracy: true }
+ { timeout: 20000, enableHighAccuracy: true }
);
},