diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-19 12:02:39 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-22 15:55:58 +0100 |
commit | da544e85ea7197dfb4c9c5d7bbd7ea625d447c7a (patch) | |
tree | 46b4919674670024fbc7b99b5ed4f2d8b4f3ee4f /www/js/app.js | |
parent | 11417c023c512a88a602e8cd74ccfea0d87ac4c7 (diff) |
extract geolocation parts of view out to view that is inherited from
Diffstat (limited to 'www/js/app.js')
-rw-r--r-- | www/js/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js index a62ec73..4fa0ff8 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -53,6 +53,8 @@ var tpl = { reportToView: null, + locationAccuracy: 100, + online: function() { FMS.isOffline = 0; }, |