diff options
Diffstat (limited to 'web/cobrands/bristol/js.js')
-rw-r--r-- | web/cobrands/bristol/js.js | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/web/cobrands/bristol/js.js b/web/cobrands/bristol/js.js deleted file mode 100644 index c2431607f..000000000 --- a/web/cobrands/bristol/js.js +++ /dev/null @@ -1,24 +0,0 @@ -(function(){ - -if (!fixmystreet.maps) { - return; -} - -var org_id = '1015'; -var body = "Bristol City 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 -}); - -fixmystreet.roadworks.config = { - summary_heading_text: 'Location', - extra_dates_text: '<small>Please note that dates are updated by the contractor carrying out the works and the finish date may be incorrect in cases of unauthorised or overrunning works</small>', - skip_delays: true -}; - -})(); |