aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/hounslow/footer_extra_js.html
blob: f0b01419e6e2d255cdebd12ac8c997d526a57f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[% scripts.push(
    version('/cobrands/fixmystreet-uk-councils/council_validation_rules.js'),
) %]
[%
IF bodyclass.match('mappage');
  scripts.push(
    version('/vendor/OpenLayers.Projection.OrdnanceSurvey.js'),
    version('/cobrands/fixmystreet/assets.js'),
    version('/cobrands/highways/assets.js'),
    version('/cobrands/hounslow/js.js'),
    version('/cobrands/hounslow/assets.js'),
  );
END
%]