aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/bathnes/js.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-05-28 15:52:02 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-05-28 15:52:02 +0100
commit6798a63297e4954344eefbf51147a971f30b58d2 (patch)
treeaff6cf7bc8f3e6de3271dcaccd81cebd8276e44e /web/cobrands/bathnes/js.js
parent323d3a632453bfcd10360fe2c2b9e4d684f350c8 (diff)
parent8c8b62e2b3a8af1b1f6fafe4080296a3826b7c1e (diff)
Merge branch 'bexley'
Diffstat (limited to 'web/cobrands/bathnes/js.js')
-rw-r--r--web/cobrands/bathnes/js.js8
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
-}));
+});
})();