From 2d11680aae1bfc956479055414235e939e211f44 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Tue, 12 Mar 2019 16:26:54 +0000 Subject: [fixmystreet.com] add NCC layers to national site --- templates/web/fixmystreet.com/footer_extra_js.html | 2 ++ 1 file changed, 2 insertions(+) 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') ); -- cgit v1.2.3