aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js
index fed983a2c..b6fed1591 100644
--- a/web/cobrands/fixmystreet/fixmystreet.js
+++ b/web/cobrands/fixmystreet/fixmystreet.js
@@ -563,6 +563,9 @@ $.extend(fixmystreet.set_up, {
return;
}
+ // Focus on form
+ $('html,body').scrollTop($('#report_inspect_form').offset().top);
+
// On the manage/inspect report form, we already have all the extra inputs
// in the DOM, we just need to hide/show them as appropriate.
$('form#report_inspect_form [name=category]').change(function() {