diff options
Diffstat (limited to 'templates/web/hart/header.html')
-rw-r--r-- | templates/web/hart/header.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/web/hart/header.html b/templates/web/hart/header.html index 6337aad64..c52ec0af7 100644 --- a/templates/web/hart/header.html +++ b/templates/web/hart/header.html @@ -24,21 +24,8 @@ <![endif]--> <script src="[% start %][% version('/js/modernizr.custom.js') %]" charset="utf-8"></script> - <script src="[% start %][% version('/cobrands/fixmystreet/position_map.js') %]" charset="utf-8"></script> [% INCLUDE 'common_header_tags.html' %] [% extra_js %] - <script type="text/javascript"> - $(function(){ - var $html = $('html'); - $(window).resize(function(){ - if(!$html.hasClass('mobile')) { - // Hart has a bigger header and so needs more room for - // the map controls - $('#fms_pan_zoom').css({ top: '17.75em' }); - } - }).resize(); - }); - </script> <link rel="Shortcut Icon" type="image/x-icon" href="/cobrands/hart/favicon.ico"> |