diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index ce2f45314..ba1370417 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -115,9 +115,6 @@ $(function(){ }); } else { var map_height = $window.height() - o.top; - if ($html.hasClass('ie7')) { - map_height += 16; // XXX - } $('#map_box').prependTo('.wrapper').css({ zIndex: 0, position: 'fixed', right: 0, top: o.top, bottom: 0, |