diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-12-03 11:20:52 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-12-03 11:20:52 +0000 |
commit | 6c0b85cf296adb076590070d94a665fe90b71e2b (patch) | |
tree | 7dbc4503df0eac6f3b9831f6037a223814d99201 /web/cobrands/hounslow/js.js | |
parent | 0ef1a3f2221ba39f61885877b0f5e13e14d8eb50 (diff) |
[UK] Remove roadworks.
Diffstat (limited to 'web/cobrands/hounslow/js.js')
-rw-r--r-- | web/cobrands/hounslow/js.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/web/cobrands/hounslow/js.js b/web/cobrands/hounslow/js.js index 7bd9fb91c..237ce0c2e 100644 --- a/web/cobrands/hounslow/js.js +++ b/web/cobrands/hounslow/js.js @@ -4,17 +4,6 @@ if (!fixmystreet.maps) { return; } -var org_id = '5540'; -var body = "Hounslow Borough Council"; -fixmystreet.assets.add($.extend(true, {}, fixmystreet.roadworks.layer_future, { - http_options: { params: { organisation_id: org_id } }, - body: body -})); -fixmystreet.assets.add($.extend(true, {}, fixmystreet.roadworks.layer_planned, { - http_options: { params: { organisation_id: org_id } }, - body: body -})); - if (fixmystreet.cobrand == 'hounslow') { // We want the cobranded site to always display "Hounslow Highways" // as the destination for reports in the "Public details" section. |