diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-28 15:52:02 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-28 15:52:02 +0100 |
commit | 6798a63297e4954344eefbf51147a971f30b58d2 (patch) | |
tree | aff6cf7bc8f3e6de3271dcaccd81cebd8276e44e /web/cobrands/bathnes/js.js | |
parent | 323d3a632453bfcd10360fe2c2b9e4d684f350c8 (diff) | |
parent | 8c8b62e2b3a8af1b1f6fafe4080296a3826b7c1e (diff) |
Merge branch 'bexley'
Diffstat (limited to 'web/cobrands/bathnes/js.js')
-rw-r--r-- | web/cobrands/bathnes/js.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/cobrands/bathnes/js.js b/web/cobrands/bathnes/js.js index afc7df44d..51c8bcfed 100644 --- a/web/cobrands/bathnes/js.js +++ b/web/cobrands/bathnes/js.js @@ -26,13 +26,13 @@ fixmystreet.roadworks.filter = function(feature) { var org_id = '114'; var body = "Bath and North East Somerset Council"; -fixmystreet.assets.add($.extend(true, {}, fixmystreet.roadworks.layer_future, { +fixmystreet.assets.add(fixmystreet.roadworks.layer_future, { http_options: { params: { organisation_id: org_id } }, body: body -})); -fixmystreet.assets.add($.extend(true, {}, fixmystreet.roadworks.layer_planned, { +}); +fixmystreet.assets.add(fixmystreet.roadworks.layer_planned, { http_options: { params: { organisation_id: org_id } }, body: body -})); +}); })(); |