diff options
-rw-r--r-- | web/cobrands/bexley/js.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/cobrands/bexley/js.js b/web/cobrands/bexley/js.js index 580320325..e54acf839 100644 --- a/web/cobrands/bexley/js.js +++ b/web/cobrands/bexley/js.js @@ -130,6 +130,17 @@ fixmystreet.assets.add(labeled_defaults, { asset_item: 'street light' }); +fixmystreet.assets.add(defaults, { + http_options: { + params: { + TYPENAME: "Toilets" + } + }, + asset_type: 'spot', + asset_category: ["Public toilets"], + asset_item: 'public toilet' +}); + // We need to trigger the below function on subcategory change also $(function(){ $("#problem_form").on("change.category", "#form_DALocation", function() { |