diff options
Diffstat (limited to 'web/js/fixmystreet.js')
-rw-r--r-- | web/js/fixmystreet.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/fixmystreet.js b/web/js/fixmystreet.js index 524bcdafa..fcbec4743 100644 --- a/web/js/fixmystreet.js +++ b/web/js/fixmystreet.js @@ -6,7 +6,7 @@ function form_category_onchange() { var cat = $('#form_category'); var args = { - category: cat.val() + category: cat.val(), }; if ( typeof fixmystreet !== 'undefined' ) { |