diff options
Diffstat (limited to 'web/cobrands/bromley/position_map.js')
-rw-r--r-- | web/cobrands/bromley/position_map.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/web/cobrands/bromley/position_map.js b/web/cobrands/bromley/position_map.js deleted file mode 100644 index dddef3def..000000000 --- a/web/cobrands/bromley/position_map.js +++ /dev/null @@ -1,19 +0,0 @@ -function position_map_box() { - var $html = $('html'); - var bromley_right; - if ($html.hasClass('ie6') || $html.hasClass('ie7')) { - bromley_right = '-480px'; - } else { - bromley_right = '0em'; - } - // Do the same as CSS (in case resized from mobile). - $('#map_box').prependTo('.content').css({ - zIndex: 1, position: 'absolute', - top: '1em', left: '', right: bromley_right, bottom: '', - width: '464px', height: '464px', - margin: 0 - }); -} - -function map_fix() {} -var slide_wards_down = 1; |