aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/mobile.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/mobile.js')
-rw-r--r--www/js/mobile.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/mobile.js b/www/js/mobile.js
index 73bb10e..55fca3d 100644
--- a/www/js/mobile.js
+++ b/www/js/mobile.js
@@ -197,6 +197,10 @@ function fileUploadFail() {
function postReport(e) {
e.preventDefault();
+
+ // the .stopImmediatePropogation call in invalidHandler should render this
+ // redundant but it doesn't seem to work so belt and braces :(
+ if ( !$('#map_form').valid() ) { return; }
var params = {
service: 'iphone',