aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/cheshireeast/js.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-08-07 18:21:21 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-11-10 18:27:00 +0000
commit3d006f2e75a61c0bbf9a9f2334b865ebfd0f1287 (patch)
treeb3ae4e4782c529ecd8eb62d215399af076ef439e /web/cobrands/cheshireeast/js.js
parent974f85a193b4a934e703300802e9955417211ba3 (diff)
[Cheshire East] Initial cobrand.
Diffstat (limited to 'web/cobrands/cheshireeast/js.js')
-rw-r--r--web/cobrands/cheshireeast/js.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/cobrands/cheshireeast/js.js b/web/cobrands/cheshireeast/js.js
new file mode 100644
index 000000000..499a3903b
--- /dev/null
+++ b/web/cobrands/cheshireeast/js.js
@@ -0,0 +1,18 @@
+(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
+});
+
+})();