diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-27 15:54:33 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-27 16:10:11 +0100 |
commit | b3c14cc0e839fc11c1d192c46476751e5154d2d7 (patch) | |
tree | 2a344ead105c9e0154951a2c14dffa23fe2b703a /web/js | |
parent | 62ffebc89cc66d32a828ea1de8c850c3e950faa1 (diff) |
Allow people to sign in (or not) as they make a report.
Diffstat (limited to 'web/js')
-rw-r--r-- | web/js/fixmystreet.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/fixmystreet.js b/web/js/fixmystreet.js index 7f6014c6c..50ccb2ac3 100644 --- a/web/js/fixmystreet.js +++ b/web/js/fixmystreet.js @@ -12,7 +12,7 @@ YAHOO.util.Event.onContentReady('pc', function() { YAHOO.util.Event.onContentReady('mapForm', function() { this.onsubmit = function() { - if (this.submit_problem) { + if (this.submit_problem) { this.onsubmit = function() { return false; }; } |