aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/fixmystreet.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-12-20 09:54:17 +0000
committerMatthew Somerville <matthew@mysociety.org>2011-12-20 09:54:17 +0000
commite0a99bd0baf619879a4cc304b9ba22df20506fa1 (patch)
treea5f0d45238e10fa37d9b120922b682a0ce208984 /web/js/fixmystreet.js
parent664600e91559fef5e51df50cbaa4f4c323f35a09 (diff)
Putting in a bad comma to test.
Diffstat (limited to 'web/js/fixmystreet.js')
-rw-r--r--web/js/fixmystreet.js2
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' ) {