aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/views/locator.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/views/locator.js')
-rw-r--r--src/js/views/locator.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/js/views/locator.js b/src/js/views/locator.js
index b43b59f..9b630a2 100644
--- a/src/js/views/locator.js
+++ b/src/js/views/locator.js
@@ -3,8 +3,7 @@
LocatorView: FMS.FMSView.extend({
skipLocationCheck: false,
- locate: function(e) {
- e.preventDefault();
+ locate: function() {
$(document).delegate('.ui-content', 'touchmove', false);
$('#locating').show();
this.listenTo(FMS.locator, 'gps_located', this.gotLocation);