aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/around.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/views/around.js')
-rw-r--r--www/js/views/around.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js
index 723a9ca..ae87d0b 100644
--- a/www/js/views/around.js
+++ b/www/js/views/around.js
@@ -217,7 +217,8 @@
$('#reposition').hide();
},
- onClickReport: function() {
+ onClickReport: function(e) {
+ e.preventDefault();
var position = this.getCrossHairPosition();
if ( FMS.isOffline ) {