diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-03 17:09:36 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-03 17:09:36 +0100 |
commit | 36c1174b4678648ae05a56ebfaeeaf9f8aa716c4 (patch) | |
tree | 631bde4b4a1377829d6fdd52c5e82a87c2620a1e | |
parent | 902f1732363a91570d9a14871ad5894f97fb0233 (diff) |
sort out file loading order to stop blocking
-rw-r--r-- | templates/web/barnet/header.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/web/barnet/header.html b/templates/web/barnet/header.html index 37d63a777..87e869d29 100644 --- a/templates/web/barnet/header.html +++ b/templates/web/barnet/header.html @@ -23,16 +23,15 @@ <!--[if (lt IE 9) & (!IEMobile)]> <link rel="stylesheet" href="[% version('/cobrands/barnet/layout.css') %]"> <![endif]--> - - <script src="[% version('/js/modernizr.custom.76759.js') %]" charset="utf-8"></script> - <script src="[% version('/cobrands/barnet/position_map.js') %]" charset="utf-8"></script> - [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js' %] - <script src="[% version('/js/fancybox/jquery.fancybox-1.3.4.pack.js') %]" charset="utf-8"></script> <link rel="stylesheet" href="[% version('/cobrands/barnet/barnet.css') %]" media="(min-width:48em)"> <!--[if (lt IE 9) & (!IEMobile)]> <link rel="stylesheet" href="[% version('/cobrands/barnet/barnet.css') %]"> <![endif]--> + <script src="[% version('/js/modernizr.custom.76759.js') %]" charset="utf-8"></script> + <script src="[% version('/cobrands/barnet/position_map.js') %]" charset="utf-8"></script> + [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js' %] + <script src="[% version('/js/fancybox/jquery.fancybox-1.3.4.pack.js') %]" charset="utf-8"></script> </head> <body class="[% bodyclass | html IF bodyclass %]"> |