diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-05 19:03:56 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-05 19:07:34 +0000 |
commit | 07b3bb46fd7369bda5ce90df6c5edb62f8d853db (patch) | |
tree | eef8705ef2eb07799c728b5d23848260df1234ca /web | |
parent | 44ada25dad2dff99708a9b98ffb9d82ee602950e (diff) |
Make sure form_section_preview set up with ajax.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index 8f115fd1e..5163501c1 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -1387,6 +1387,7 @@ fixmystreet.display = { fixmystreet.set_up.map_sidebar_key_tools(); fixmystreet.set_up.form_validation(); fixmystreet.set_up.email_login_form(); + fixmystreet.set_up.form_section_previews(); fixmystreet.set_up.fancybox_images(); fixmystreet.set_up.dropzone($sideReport); fixmystreet.run(fixmystreet.set_up.moderation); |