diff options
author | Dave Arter <davea@mysociety.org> | 2018-06-14 15:52:11 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-08-17 11:04:19 +0100 |
commit | b0c5155b23f4d792df669c7951f2e925ad84f964 (patch) | |
tree | 0b6745fe2d5acd30f0729e3e303cd2caa30f23f8 /templates | |
parent | 7f95b46a2516a5104c699bd03231a7a7d8f88a1d (diff) |
[Lincolnshire] Add assets to map & roadworks.org integration
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet.com/footer_extra_js.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/fixmystreet.com/footer_extra_js.html b/templates/web/fixmystreet.com/footer_extra_js.html index c1ba95c25..c1d1b09b0 100644 --- a/templates/web/fixmystreet.com/footer_extra_js.html +++ b/templates/web/fixmystreet.com/footer_extra_js.html @@ -8,6 +8,7 @@ IF bodyclass.match('mappage'); scripts.push( version('/cobrands/bristol/assets.js') ); scripts.push( version('/cobrands/bromley/assets.js') ); scripts.push( version('/cobrands/buckinghamshire/assets.js') ); + scripts.push( version('/cobrands/lincolnshire/assets.js') ); scripts.push( version('/vendor/OpenLayers.Projection.OrdnanceSurvey.js'), ); |