diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-03 21:45:48 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-03 21:45:48 +0100 |
commit | a18ac5c65d3ee4fa6220417ab1644bdba938a19d (patch) | |
tree | 0cfebe31168ccf2b6bcbe03f5aabf8d86d7cdceb /web/cobrands/hart/position_map.js | |
parent | 35e58052f4f1250a3c1bb40d126e36fcc735d209 (diff) | |
parent | 90d6c6ed2ce1f4535377b14ce6e93e3849a2f1a7 (diff) |
Merge branch '1350-stop-map-hiding-behind-header'
Diffstat (limited to 'web/cobrands/hart/position_map.js')
-rw-r--r-- | web/cobrands/hart/position_map.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/web/cobrands/hart/position_map.js b/web/cobrands/hart/position_map.js deleted file mode 100644 index e5bc78c9a..000000000 --- a/web/cobrands/hart/position_map.js +++ /dev/null @@ -1,21 +0,0 @@ -function position_map_box() { - var $html = $('html'); - if ($html.hasClass('ie6')) { - $('#map_box').prependTo('body').css({ - zIndex: 0, position: 'absolute', - top: 250, left: 0, right: 0, bottom: 0, - width: '100%', height: $(window).height(), - margin: 0 - }); - } else { - $('#map_box').prependTo('body').css({ - zIndex: 0, position: 'fixed', - top: 250, left: 0, right: 0, bottom: 0, - width: '100%', height: '100%', - margin: 0 - }); - } -} - -function map_fix() {} -var slide_wards_down = 0; |