diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-12-20 09:54:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-12-20 09:54:17 +0000 |
commit | e0a99bd0baf619879a4cc304b9ba22df20506fa1 (patch) | |
tree | a5f0d45238e10fa37d9b120922b682a0ce208984 /web | |
parent | 664600e91559fef5e51df50cbaa4f4c323f35a09 (diff) |
Putting in a bad comma to test.
Diffstat (limited to 'web')
-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' ) { |