From 8311a96be0d6e890c94e57764cac8f467d56d061 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Wed, 26 Jun 2013 17:23:01 +0100 Subject: a few more preventDefaults --- www/js/views/around.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/views/around.js') 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 ) { -- cgit v1.2.3