aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/bromley/position_map.js
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2015-11-16 11:15:10 +0100
committerMarius Halden <marius.h@lden.org>2015-11-16 11:15:10 +0100
commit1339a64632c441e4d7858bd5946738c9840c624d (patch)
tree0b1393ca9af05d1af690fbf6c569c195f4136e4c /web/cobrands/bromley/position_map.js
parent17cc40a8a2387669984ae4a36bb0d30d889d1a07 (diff)
parent4fb5331abd2fa4c89ebeb89bc92a245fadd0aa19 (diff)
Merge branch 'fiksgatami-dev' into fiksgatami-prod
Oppgrader prod til 1.7
Diffstat (limited to 'web/cobrands/bromley/position_map.js')
-rw-r--r--web/cobrands/bromley/position_map.js19
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;