diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-08 16:11:51 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-08 16:11:51 +0100 |
commit | 5937e62a213d6f4aaee138677d24f017970f6343 (patch) | |
tree | 450c8dc451a3503d0c1f55cd6701e779d382583d | |
parent | 3395c66edb4b4f6a6b0cf592fe1862510bb7147d (diff) |
Remove whitespace
-rw-r--r-- | web/cobrands/oxfordshire/position_map.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/cobrands/oxfordshire/position_map.js b/web/cobrands/oxfordshire/position_map.js index c0e7e6399..e35ab1333 100644 --- a/web/cobrands/oxfordshire/position_map.js +++ b/web/cobrands/oxfordshire/position_map.js @@ -6,7 +6,7 @@ function position_map_box() { } else { oxfordshire_right = '0em'; } - + var map_box_width = 464; var map_box_height = 464; // Do the same as CSS (in case resized from mobile). @@ -30,9 +30,8 @@ function position_map_box() { width: map_box_width }); } - + } function map_fix() {} var slide_wards_down = 1; - |