aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/cheshireeast/js.js
diff options
context:
space:
mode:
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
+});
+
+})();