aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/app.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-04-19 12:36:52 +0100
committerStruan Donald <struan@exo.org.uk>2013-04-22 15:55:59 +0100
commit60f3b1ef22c5bd987bef6b96656bb3f68d8f529b (patch)
tree1a7b5ac0ea47be7ce89d8b831a685cfb32888051 /www/js/app.js
parent8328f800e690ab5d63e9d246ec174893a9b59fab (diff)
move location accuracy out to config
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 4fa0ff8..a62ec73 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -53,8 +53,6 @@ var tpl = {
reportToView: null,
- locationAccuracy: 100,
-
online: function() {
FMS.isOffline = 0;
},