diff options
author | Struan Donald <struan@exo.org.uk> | 2019-03-12 16:26:54 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-03-25 14:41:12 +0000 |
commit | 2d11680aae1bfc956479055414235e939e211f44 (patch) | |
tree | 22045b732ffb3fe5af216e046ff166529c2b1498 /templates | |
parent | c63a859da224536ec9c114fcdb741e4e782efd25 (diff) |
[fixmystreet.com] add NCC layers to national site
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet.com/footer_extra_js.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/fixmystreet.com/footer_extra_js.html b/templates/web/fixmystreet.com/footer_extra_js.html index 9282490f8..cb570a169 100644 --- a/templates/web/fixmystreet.com/footer_extra_js.html +++ b/templates/web/fixmystreet.com/footer_extra_js.html @@ -4,11 +4,13 @@ scripts.push( ); IF bodyclass.match('mappage'); scripts.push( version('/cobrands/fixmystreet/assets.js') ); + scripts.push( version('/cobrands/fixmystreet-uk-councils/alloy.js') ); scripts.push( version('/cobrands/bathnes/assets.js') ); 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('/cobrands/northamptonshire/assets.js') ); scripts.push( version('/cobrands/oxfordshire/assets.js') ); scripts.push( version('/cobrands/highways/assets.js') ); scripts.push( version('/cobrands/fixmystreet-uk-councils/council_validation_rules.js') ); |