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