diff options
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index bec4bc295..313d790c9 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -497,7 +497,7 @@ $.extend(fixmystreet.set_up, { btn.attr('name', 'shortlist-' + sw); } - $('.item-list').on('click', ':submit', function(e) { + $('.item-list--reports').on('click', ':submit', function(e) { e.preventDefault(); var $submitButton = $(this); |