aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js')
-rw-r--r--web/js/fixmystreet.js3
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 ) {