diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-29 13:56:10 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-29 13:56:10 +0100 |
commit | 1ec34a47cf69f6dc440409da3a5c789f4cda581b (patch) | |
tree | 6d13639d9cb47914d2ffe327437f708f919b6a32 | |
parent | 1f4475f5e6e182987bc437f850e2a6be0dbf9d5e (diff) |
Actually not needed.
-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, |