diff options
Diffstat (limited to 'www/js/views/around.js')
-rw-r--r-- | www/js/views/around.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js index 2affa7a..718721b 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -137,6 +137,7 @@ }, goPhoto: function(info) { + FMS.locator.stopUpdating(); this.model.set('lat', info.coordinates.latitude ); this.model.set('lon', info.coordinates.longitude ); this.model.set('categories', info.details.category ); |