diff options
Diffstat (limited to 'templates/web/base/questionnaire/index.html')
-rw-r--r-- | templates/web/base/questionnaire/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/questionnaire/index.html b/templates/web/base/questionnaire/index.html index 65a136d75..c8b6907a1 100644 --- a/templates/web/base/questionnaire/index.html +++ b/templates/web/base/questionnaire/index.html @@ -81,6 +81,7 @@ <div id="form_photos"> [% IF upload_fileid %] <script> + var fixmystreet = fixmystreet || {}; fixmystreet.uploaded_files = "[% upload_fileid %]".split(','); </script> <p>[% loc('You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed).') %]</p> |