diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-08-17 13:18:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-08-17 13:18:58 +0100 |
commit | ecc2f777c9f00425eccf0816042ece1e455d7c70 (patch) | |
tree | 0a2fcc2c9cb3d63392190e5109025b5d5f25d1e5 /perllib/FixMyStreet/App/Controller/Around.pm | |
parent | 7359d0776b9ebe93207455931bba8858460a7b3b (diff) |
Reduce size of JS output strings.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Around.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm index c93ca7334..0f871508e 100644 --- a/perllib/FixMyStreet/App/Controller/Around.pm +++ b/perllib/FixMyStreet/App/Controller/Around.pm @@ -269,7 +269,7 @@ sub ajax : Path('/ajax') { ); # JSON encode the response - my $body = JSON->new->utf8(1)->pretty(1)->encode( + my $body = JSON->new->utf8(1)->encode( { pins => $pins, current => $on_map_list_html, |