diff options
author | Struan Donald <struan@exo.org.uk> | 2011-10-20 23:00:35 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-10-20 23:00:35 +0100 |
commit | 1dac169f7e758f842f344d5e324e8872b1aff092 (patch) | |
tree | e017780e64e7c8110d61ab339a207d04d09b67cc /web/js/fixmystreet.js | |
parent | ba84d377dc19fe2b2c90e01ce6782d2ef6d79d14 (diff) |
actually make the fetching of open311 extra info fields work
Diffstat (limited to 'web/js/fixmystreet.js')
-rw-r--r-- | web/js/fixmystreet.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/js/fixmystreet.js b/web/js/fixmystreet.js index dc180151c..97d2892af 100644 --- a/web/js/fixmystreet.js +++ b/web/js/fixmystreet.js @@ -5,7 +5,8 @@ function form_category_onchange() { $.getJSON('/report/new/category_extras', { - area_id: 2649, + latitude: fixmystreet.latitude, + longitude: fixmystreet.longitude, category: this.options[ this.selectedIndex ].text, }, function(data) { if ( data.category_extra ) { |