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/cheshireeast/js.js | |
parent | 0ef1a3f2221ba39f61885877b0f5e13e14d8eb50 (diff) |
[UK] Remove roadworks.
Diffstat (limited to 'web/cobrands/cheshireeast/js.js')
-rw-r--r-- | web/cobrands/cheshireeast/js.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/web/cobrands/cheshireeast/js.js b/web/cobrands/cheshireeast/js.js deleted file mode 100644 index 499a3903b..000000000 --- a/web/cobrands/cheshireeast/js.js +++ /dev/null @@ -1,18 +0,0 @@ -(function(){ - -if (!fixmystreet.maps) { - return; -} - -var org_id = '1451'; -var body = "Cheshire East Council"; -fixmystreet.assets.add(fixmystreet.roadworks.layer_future, { - http_options: { params: { organisation_id: org_id } }, - body: body -}); -fixmystreet.assets.add(fixmystreet.roadworks.layer_planned, { - http_options: { params: { organisation_id: org_id } }, - body: body -}); - -})(); |