diff options
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index 10d7f59ac..c74ae1ba2 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -917,7 +917,8 @@ fixmystreet.display = { $('.js-back-to-report-list').attr('href', location.href); $sideReport.find('#key-tool-problems-nearby').addClass('js-back-to-report-list'); fixmystreet.set_up.map_sidebar_key_tools(); - + fixmystreet.set_up.form_validation(); + fixmystreet.set_up.email_login_form(); fixmystreet.set_up.fancybox_images(); fixmystreet.set_up.dropzone($sideReport); fixmystreet.set_up.form_focus_triggers(); |