diff options
author | Struan Donald <struan@exo.org.uk> | 2019-09-16 14:49:05 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-09-27 17:35:15 +0100 |
commit | a79a5d05a093148caa971e92c7cb012bcc35813f (patch) | |
tree | d5923aa520e435c630a815b67b192a6a0f3b53eb | |
parent | c6b4235615fbf7af954c8235cea4611dad6a8ae2 (diff) |
[fixmystreet.com] include isle of wight assets
-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 3f3e61c52..6fcb5d59c 100644 --- a/templates/web/fixmystreet.com/footer_extra_js.html +++ b/templates/web/fixmystreet.com/footer_extra_js.html @@ -10,6 +10,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/isleofwight/assets.js') ); scripts.push( version('/cobrands/lincolnshire/assets.js') ); scripts.push( version('/cobrands/northamptonshire/assets.js') ); scripts.push( version('/cobrands/hounslow/assets.js') ); |