diff options
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. |