aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/fixmystreet.com/footer_extra_js.html
blob: bb7c9780c4555014a13ff95a65294958aa672b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[%
scripts.push(
    version('/js/lazyload.js'),
);
IF bodyclass.match('mappage');
    scripts.push( version('/cobrands/fixmystreet/assets.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/oxfordshire/assets.js') );
    scripts.push(
        version('/vendor/OpenLayers.Projection.OrdnanceSurvey.js'),
    );
END;
IF bodyclass.match('frontpage');
    scripts.push(
        version('/cobrands/fixmystreet.com/front.js'),
    );
ELSIF NOT bodyclass.match('alertpage');
    scripts.push(
        version('/cobrands/fixmystreet.com/js.js'),
    );
END;
%]