aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2019-03-12 16:26:54 +0000
committerStruan Donald <struan@exo.org.uk>2019-03-25 14:41:12 +0000
commit2d11680aae1bfc956479055414235e939e211f44 (patch)
tree22045b732ffb3fe5af216e046ff166529c2b1498
parentc63a859da224536ec9c114fcdb741e4e782efd25 (diff)
[fixmystreet.com] add NCC layers to national site
-rw-r--r--templates/web/fixmystreet.com/footer_extra_js.html2
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') );