aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/isleofwight/js.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-12-03 11:20:52 +0000
committerMatthew Somerville <matthew@mysociety.org>2019-12-03 11:20:52 +0000
commit6c0b85cf296adb076590070d94a665fe90b71e2b (patch)
tree7dbc4503df0eac6f3b9831f6037a223814d99201 /web/cobrands/isleofwight/js.js
parent0ef1a3f2221ba39f61885877b0f5e13e14d8eb50 (diff)
[UK] Remove roadworks.
Diffstat (limited to 'web/cobrands/isleofwight/js.js')
-rw-r--r--web/cobrands/isleofwight/js.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/web/cobrands/isleofwight/js.js b/web/cobrands/isleofwight/js.js
index d43006fd5..0afd2eee7 100644
--- a/web/cobrands/isleofwight/js.js
+++ b/web/cobrands/isleofwight/js.js
@@ -19,15 +19,4 @@ if (fixmystreet.cobrand == 'isleofwight') {
};
}
-var org_id = '1062';
-var body = "Isle of Wight 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
-});
-
})();