aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-12-20 09:54:38 +0000
committerMatthew Somerville <matthew@mysociety.org>2011-12-20 09:54:38 +0000
commit60850afdddb183d84a344afb212163b0e8dd8789 (patch)
tree6cc86a9e9b0e643bccffe0d98066cb8e40976915 /web/js
parente0a99bd0baf619879a4cc304b9ba22df20506fa1 (diff)
Revert "Putting in a bad comma to test."
This reverts commit e0a99bd0baf619879a4cc304b9ba22df20506fa1.
Diffstat (limited to 'web/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 fcbec4743..524bcdafa 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' ) {