aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/bexley/js.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/bexley/js.js')
-rw-r--r--web/cobrands/bexley/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/bexley/js.js b/web/cobrands/bexley/js.js
index 907185aea..f2ee820b2 100644
--- a/web/cobrands/bexley/js.js
+++ b/web/cobrands/bexley/js.js
@@ -114,7 +114,7 @@ fixmystreet.assets.add(defaults, {
// We need to trigger the below function on subcategory change also
$(function(){
$("#problem_form").on("change.category", "#form_DALocation", function() {
- $(fixmystreet).trigger('report_new:category_change', [ $('#form_category') ]);
+ $(fixmystreet).trigger('report_new:category_change');
});
});